Brad Fitzpatrick
|
d4c55e66d8
[release-branch.go1.7] http2: never Read from Request.Body in Transport to determine ContentLength
|
8 years ago |
Brad Fitzpatrick
|
8d4d01f0e6
[release-branch.go1.7] http2: don't sniff first Request.Body byte in Transport until we have a conn
|
8 years ago |
Brad Fitzpatrick
|
917f3d5da6
[release-branch.go1.7] http2: fix protocol violation regression when writing certain request bodies
|
8 years ago |
Chris Broadfoot
|
198e27a072
all: merge master into release-branch.go1.7
|
8 years ago |
Brad Fitzpatrick
|
075e191f18
http2: adjust flow control on open streams when processing SETTINGS
|
8 years ago |
Brad Fitzpatrick
|
7c62cfdccc
http2: add missing import path declaration
|
8 years ago |
Brad Fitzpatrick
|
57bfaa875b
http2: add more Transport logging around why connections close
|
8 years ago |
Brad Fitzpatrick
|
e2ba55e4e7
http2: fix Transport.RoundTrip hang on stream error before headers
|
8 years ago |
Brad Fitzpatrick
|
f6d2119838
http2: add more HEADERS and error logging in GODEBUG=http2debug=2 mode
|
8 years ago |
Brad Fitzpatrick
|
28d1bd4fbe
http2: make Transport work around mod_h2 bug
|
8 years ago |
Brad Fitzpatrick
|
35028a49ca
http2: don't ignore DATA padding in flow control
|
8 years ago |
Brad Fitzpatrick
|
6a513affb3
http2: return flow control for closed streams
|
8 years ago |
Brad Fitzpatrick
|
9f2c271364
http2: fix data race on cc.singleUse
|
8 years ago |
Mikio Hara
|
4d38db7685
route: don't crash or hang up with corrupted messages
|
8 years ago |
Brad Fitzpatrick
|
3797cd8864
http2: make Transport prefer HTTP response header recv before body write error
|
8 years ago |
Brad Fitzpatrick
|
be28236b90
http2: make Transport treat "Connection: close" the same as Request.Close
|
8 years ago |
Ian Lance Taylor
|
45b61eaf18
context/ctxhttp: if context is canceled, return its error
|
8 years ago |
Brad Fitzpatrick
|
e90d6d0afc
http2: fix flaky TestTransportResPattern_* tests
|
8 years ago |
Brad Fitzpatrick
|
a728288923
http2: make Transport honor Request.Close more aggressively
|
8 years ago |
Brad Fitzpatrick
|
c9a3c546a1
http2: fix flaky TestTransportReqBodyAfterResponse_403
|
8 years ago |
Brad Fitzpatrick
|
f841c39de7
context/ctxhttp: add a specialized minimal version for Go 1.7
|
8 years ago |
Nigel Tao
|
7864c9eef8
publicsuffix: update table to latest list from publicsuffix.org.
|
8 years ago |
Jonathan Rudenberg
|
b400c2eff1
http2: add additional blacklisted ciphersuites
|
8 years ago |
Brad Fitzpatrick
|
8e573f4005
http2: merge multiple GOAWAY frames' contents into error message
|
8 years ago |
Brad Fitzpatrick
|
ef2e00e88c
http2: make Transport return server's GOAWAY error back to the user
|
8 years ago |
Michael Hudson-Doyle
|
04557861f1
webdav: skip test that fails with gccgo
|
8 years ago |
Michael Hudson-Doyle
|
e445b19913
ipv4: add support for ppc (using gccgo)
|
8 years ago |
Michael Hudson-Doyle
|
641602e72f
ipv6: add support for ppc (using gccgo)
|
8 years ago |
Gyu-Ho Lee
|
bc3663df0a
http2: fix typo in ReadFrame
|
8 years ago |
Matt Layher
|
7c71ca708c
bpf: implement LoadExtension and ExtLen for VM
|
8 years ago |