diff options
author | Matthew Holt <[email protected]> | 2019-10-29 10:22:49 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-10-29 10:22:49 -0600 |
commit | 54e458b756cf2cdb8adb750e822ead8e3a973441 (patch) | |
tree | edddcdab39090f83f44d452c4ed7763bb8495d12 | |
parent | d803561212a81f71509356cfcb276879d55ebf4f (diff) | |
download | caddy-54e458b756cf2cdb8adb750e822ead8e3a973441.tar.gz caddy-54e458b756cf2cdb8adb750e822ead8e3a973441.zip |
proxy: Forgot to commit import
-rw-r--r-- | modules/caddyhttp/reverseproxy/httptransport.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddyhttp/reverseproxy/httptransport.go b/modules/caddyhttp/reverseproxy/httptransport.go index 9dd7a29aa..6f4bd4067 100644 --- a/modules/caddyhttp/reverseproxy/httptransport.go +++ b/modules/caddyhttp/reverseproxy/httptransport.go @@ -26,6 +26,7 @@ import ( "time" "github.com/caddyserver/caddy/v2" + "golang.org/x/net/http2" ) func init() { |