Tom Bergan
|
c4c3ea7191
http2: GotFirstResponseByte hook should only fire once
|
8 years ago |
ayanamist
|
b3e9c8fbe0
http2: allow http scheme for http2
|
8 years ago |
Brad Fitzpatrick
|
4d07e8a493
http2: let handlers close Request.Body without killing streams
|
8 years ago |
Brad Fitzpatrick
|
8a52c78636
http2: fix Transport.CloseIdleConnections when http1+http2 are wired together
|
8 years ago |
Brad Fitzpatrick
|
202ff482f7
http2: delay sending request body in Transport if 100-continue is set
|
8 years ago |
Brad Fitzpatrick
|
5916dcb167
http2, lex/httplex: make Transport reject bogus headers before sending
|
8 years ago |
Brad Fitzpatrick
|
3b993948b6
http2: when using Go 1.7, make Transport use httptrace hooks
|
8 years ago |
Brad Fitzpatrick
|
96dbb961a3
http2: make Transport use Request.Context, set Response.Uncompressed
|
8 years ago |
Dave Day
|
b797637b7a
http2: delete pre-Go1.5 request cancellation
|
8 years ago |
Roland Shoemaker
|
024ed629fd
http2: Ignore Keep-Alive header in requests
|
8 years ago |
Brad Fitzpatrick
|
991d3e32f7
http2: make Transport handle HEAD responses with DATA frames
|
8 years ago |
Mikio Hara
|
237fc45c42
http2: gofmt -w -s
|
8 years ago |
Brad Fitzpatrick
|
3f5b0e6e67
http2: don't override user's Transport.TLSConfig.ServerName
|
8 years ago |
Brad Fitzpatrick
|
9e1fb3c175
http2: move merging of HEADERS and CONTINUATION into Framer
|
8 years ago |
Brad Fitzpatrick
|
cbbbe2bc0f
http2: fix crash in Transport on double Read of invalid gzip Response.Body
|
8 years ago |
Brad Fitzpatrick
|
493a262469
http2: don't send Connection-level headers in Transport
|
8 years ago |
Brad Fitzpatrick
|
6ccd6698c6
http2: export Server.ServeConn
|
8 years ago |
Brad Fitzpatrick
|
644ffc0620
http2: don't add *Response to activeRes in Transport on Headers.END_STREA
|
8 years ago |
Brad Fitzpatrick
|
b2ed34f6fc
http2: validate received header field values in Server and Transport
|
8 years ago |
Brad Fitzpatrick
|
72aa00c624
http2: unmailed code review cleanups from previous commit
|
8 years ago |
Brad Fitzpatrick
|
f5de73ef1f
http2: make Transport respect http1 Transport settings
|
8 years ago |
Brad Fitzpatrick
|
5c0dae85e4
http2: make Transport send a Content-Length
|
8 years ago |
Brad Fitzpatrick
|
c92cdcb05f
http2: make configureTransport return the new t2 transport as well
|
8 years ago |
Brad Fitzpatrick
|
341cd0845b
http2: add Transport strictness, paranoia, logging for unwanted DATA frames
|
8 years ago |
Brad Fitzpatrick
|
76365a4162
http2: fix channel double-close crash
|
8 years ago |
Blake Mizerany
|
0e6d34ef94
http2: relax Trailer predeclaration requirement in Transport
|
8 years ago |
Brad Fitzpatrick
|
415f1917e1
http2: clean up debugging, rename GODEBUG key
|
9 years ago |
Brad Fitzpatrick
|
f530c4eb1c
http2: mix cleanups, TODOs, new tests, enforce header list size in Transport
|
8 years ago |
Brad Fitzpatrick
|
520af5de65
http2: make Transport ignore 100-continue responses, add comprehensive tests
|
8 years ago |
Brad Fitzpatrick
|
d1ba260648
http2: fix Transport cancelation problems
|
8 years ago |