Browse Source

proxy: Forgot to commit import

master
Matthew Holt 5 years ago
parent
commit
54e458b756
No known key found for this signature in database GPG Key ID: 2A349DD577D586A5
  1. 1
      modules/caddyhttp/reverseproxy/httptransport.go

1
modules/caddyhttp/reverseproxy/httptransport.go

@ -26,6 +26,7 @@ import (
"time"
"github.com/caddyserver/caddy/v2"
"golang.org/x/net/http2"
)
func init() {

Loading…
Cancel
Save