aboutsummaryrefslogtreecommitdiff
path: root/src/go.sum
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2019-06-07 17:56:24 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2019-06-07 18:48:19 +0000
commit4c84d878130287f0c1d22afd83471e891600bf0f (patch)
tree499a47d0403dfd31a49119cef9f55c69d32cf655 /src/go.sum
parent74d92db8d77e20b934821b13a92bccb01dbeeb68 (diff)
downloadgo-4c84d878130287f0c1d22afd83471e891600bf0f.tar.gz
go-4c84d878130287f0c1d22afd83471e891600bf0f.zip
net/http: support BaseContext & ConnContext for http2 Server
This is the net/http half of #32476. This supplies the method needed by the other half in x/net/http2 in the already-submitted CL 181259, which this CL also bundles in h2_bundle.go. Thanks to Tom Thorogood (@tmthrgd) for the bug report and test. Fixes #32476 Updates #30694 Change-Id: I79d2a280e486fbf75d116f6695fd3abb61278765 Reviewed-on: https://go-review.googlesource.com/c/go/+/181260 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/go.sum')
-rw-r--r--src/go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/go.sum b/src/go.sum
index c0f012c3df..bceecf5bd0 100644
--- a/src/go.sum
+++ b/src/go.sum
@@ -4,6 +4,8 @@ golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f/go.mod h1:yigFU9vqHzYiE8U
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190514140710-3ec191127204 h1:4yG6GqBtw9C+UrLp6s2wtSniayy/Vd/3F7ffLE427XI=
golang.org/x/net v0.0.0-20190514140710-3ec191127204/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
+golang.org/x/net v0.0.0-20190607172144-d5cec3884524 h1:A4fHjHFi2zGH4/ziDBluIhhGzT/kAuTD1lKHLAztlG8=
+golang.org/x/net v0.0.0-20190607172144-d5cec3884524/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190528183647-3626398d7749 h1:oG2HS+e2B9VqK95y67B5MgJIJhOPY27/m5uJKJhHzus=