Brad Fitzpatrick
|
351d144fa1
http2: revert Transport's strict interpretation of MAX_CONCURRENT_STREAMS
|
6 gadi atpakaļ |
Ruslan Nigmatullin
|
1c5f79cfb1
http2: don't leak streams on broken body
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
22700d5518
http2: remove support for Go 1.8 and earlier
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
d0887baf81
http2: fix bug in earlier CL 123615
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
a45b4abe13
http2: ignore unknown 1xx responses like HTTP/1
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
cffdcf672a
http2: use GetBody unconditionally on Transport retry, when available
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
6a8eb5e2b1
http2: call httptrace.ClientTrace.GetConn in Transport when needed
|
6 gadi atpakaļ |
Olivier Poitrey
|
b87faa7691
http2: implement client initiated graceful shutdown
|
8 gadi atpakaļ |
Brad Fitzpatrick
|
c4e4b2a67f
http2: fire httptrace.ClientTrace.WroteHeaderField if set
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
6f138e0f60
http2: compare Connection header value case-insensitively
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
cbb82b59bc
lex/httplex, http/httpguts: merge the httplex package into httpguts
|
6 gadi atpakaļ |
Thanabodee Charoenpiriyakij
|
403019bfe6
http2: set nextStreamID to 3 when AllowHTTP is set
|
6 gadi atpakaļ |
Mark Fischer
|
5f9ae10d9a
http2: terminate await request cancel goroutine on conn close
|
6 gadi atpakaļ |
Brad Fitzpatrick
|
ab555f366c
http2: add internal function isNoCachedConnError to test for ErrNoCachedConn
|
6 gadi atpakaļ |
Tom Bergan
|
894f8ed584
http2: fix flake in net/http's TestCloseIdleConnections_h2
|
7 gadi atpakaļ |
Tom Bergan
|
e6a4aa30b6
http2: fix leak in activeRes by removing activeRes
|
7 gadi atpakaļ |
Tom Bergan
|
80e70a3f77
http2: fix race on ClientConn.maxFrameSize
|
7 gadi atpakaļ |
Brad Fitzpatrick
|
3e050b2a66
http2: don't crash in Transport on server's DATA following bogus HEADERS
|
7 gadi atpakaļ |
Tom Bergan
|
01c190206f
http2: fix transport data race on reused *http.Request objects
|
7 gadi atpakaļ |
Tom Bergan
|
ea0da6f35c
http2: remove afterReqBodyWriteError wrapper
|
7 gadi atpakaļ |
Michael Fraenkel
|
92447d5589
http2: Discard data reads on HEAD requests
|
7 gadi atpakaļ |
Anand K. Mistry
|
1087133bc4
net/http2: reset client stream after processing response headers
|
7 gadi atpakaļ |
Mike Appleby
|
66aacef3dd
http2: Respect peer's SETTINGS_MAX_HEADER_LIST_SIZE in ClientConn
|
8 gadi atpakaļ |
Olivier Poitrey
|
57efc9c3d9
http2: reject DATA frame before HEADERS frame
|
7 gadi atpakaļ |
Tom Bergan
|
1c05540f68
http2: block RoundTrip when the Transport hits MaxConcurrentStreams
|
7 gadi atpakaļ |
Brad Fitzpatrick
|
090ebbdfc2
http2: fix Go 1.6 build
|
7 gadi atpakaļ |
Tom Bergan
|
945ddfdd3b
http2: retry requests after receiving REFUSED STREAM
|
7 gadi atpakaļ |
Tom Bergan
|
d4223d6710
http2: refund connection flow control on DATA frames received after reset
|
7 gadi atpakaļ |
Brad Fitzpatrick
|
973f3f3bbd
http2: make Transport treat http.NoBody like it were nil
|
7 gadi atpakaļ |
Tom Bergan
|
1a26cf0669
http2: Discard DATA frames from the server after the response body is closed
|
7 gadi atpakaļ |