diff options
author | Денис Телюх <[email protected]> | 2020-11-19 01:53:43 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-18 11:53:43 -0700 |
commit | 6ea6f3ebe08442dc24321216b7cb7922a07f2e88 (patch) | |
tree | 553b09bba9b288a337a7b65d530567af5b343e0e /go.mod | |
parent | 1438e4dbc83353166f30978cf471f05e6c0ecd73 (diff) | |
download | caddy-6ea6f3ebe08442dc24321216b7cb7922a07f2e88.tar.gz caddy-6ea6f3ebe08442dc24321216b7cb7922a07f2e88.zip |
reverseproxy: fix random hangs on http/2 requests with server push (#3875)
see https://github.com/golang/go/issues/42534
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require ( github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de - golang.org/x/net v0.0.0-20200707034311-ab3426394381 + golang.org/x/net v0.0.0-20201110031124-69a78807bb2b google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98 google.golang.org/protobuf v1.24.0 // cannot upgrade until warning is fixed gopkg.in/natefinch/lumberjack.v2 v2.0.0 |