From 54e458b756cf2cdb8adb750e822ead8e3a973441 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 29 Oct 2019 10:22:49 -0600 Subject: proxy: Forgot to commit import --- modules/caddyhttp/reverseproxy/httptransport.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/caddyhttp/reverseproxy/httptransport.go') diff --git a/modules/caddyhttp/reverseproxy/httptransport.go b/modules/caddyhttp/reverseproxy/httptransport.go index 9dd7a29..6f4bd40 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() { -- cgit v1.2.3