Chao Xu
|
0ba52f642a
http2: perform connection health check
|
hace 4 años |
Brad Fitzpatrick
|
e0ff5e5a1d
http2: mark some structs as non-comparable
|
hace 4 años |
Olivier Poitrey
|
63522dbf7e
http2: reduce allocations of (*clientConnReadLoop).handleReponse
|
hace 4 años |
Tobias Klauser
|
5a598a2470
http2: remove unused errors
|
hace 4 años |
Pure White
|
6afb5195e5
http2: fix typo in comment
|
hace 4 años |
Brad Fitzpatrick
|
ef20fe5d79
http2: make Transport.IdleConnTimeout consider wall (not monotonic) time
|
hace 5 años |
Moritz Fain
|
da9a3fd4c5
http2: make Transport.NewClientConn respect Transport.DisableKeepAlives
|
hace 5 años |
Olivier Poitrey
|
491137f692
http2: split cookie pair into separate hpack header fields
|
hace 5 años |
Tianji Wu
|
24e19bdeb0
http2: end stream eagerly after sending the request body
|
hace 5 años |
Pascal Dierich
|
ca1201d0de
http2: use updated URI in doc
|
hace 5 años |
Michael Fraenkel
|
3ec1911272
http2: track reused connections
|
hace 5 años |
Michael Fraenkel
|
74e053c68e
http2: make empty method mean GET
|
hace 5 años |
Brad Fitzpatrick
|
351d144fa1
http2: revert Transport's strict interpretation of MAX_CONCURRENT_STREAMS
|
hace 6 años |
Ruslan Nigmatullin
|
1c5f79cfb1
http2: don't leak streams on broken body
|
hace 6 años |
Brad Fitzpatrick
|
22700d5518
http2: remove support for Go 1.8 and earlier
|
hace 6 años |
Brad Fitzpatrick
|
d0887baf81
http2: fix bug in earlier CL 123615
|
hace 6 años |
Brad Fitzpatrick
|
a45b4abe13
http2: ignore unknown 1xx responses like HTTP/1
|
hace 6 años |
Brad Fitzpatrick
|
cffdcf672a
http2: use GetBody unconditionally on Transport retry, when available
|
hace 6 años |
Brad Fitzpatrick
|
6a8eb5e2b1
http2: call httptrace.ClientTrace.GetConn in Transport when needed
|
hace 6 años |
Olivier Poitrey
|
b87faa7691
http2: implement client initiated graceful shutdown
|
hace 8 años |
Brad Fitzpatrick
|
c4e4b2a67f
http2: fire httptrace.ClientTrace.WroteHeaderField if set
|
hace 6 años |
Brad Fitzpatrick
|
6f138e0f60
http2: compare Connection header value case-insensitively
|
hace 6 años |
Brad Fitzpatrick
|
cbb82b59bc
lex/httplex, http/httpguts: merge the httplex package into httpguts
|
hace 6 años |
Thanabodee Charoenpiriyakij
|
403019bfe6
http2: set nextStreamID to 3 when AllowHTTP is set
|
hace 6 años |
Mark Fischer
|
5f9ae10d9a
http2: terminate await request cancel goroutine on conn close
|
hace 6 años |
Brad Fitzpatrick
|
ab555f366c
http2: add internal function isNoCachedConnError to test for ErrNoCachedConn
|
hace 6 años |
Tom Bergan
|
894f8ed584
http2: fix flake in net/http's TestCloseIdleConnections_h2
|
hace 7 años |
Tom Bergan
|
e6a4aa30b6
http2: fix leak in activeRes by removing activeRes
|
hace 7 años |
Tom Bergan
|
80e70a3f77
http2: fix race on ClientConn.maxFrameSize
|
hace 7 años |
Brad Fitzpatrick
|
3e050b2a66
http2: don't crash in Transport on server's DATA following bogus HEADERS
|
hace 7 años |