Brad Fitzpatrick
|
e2ba55e4e7
http2: fix Transport.RoundTrip hang on stream error before headers
|
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 |
Jonathan Rudenberg
|
b400c2eff1
http2: add additional blacklisted ciphersuites
|
8 years ago |
Brad Fitzpatrick
|
0c607074ac
http2: prevent Server from sending status 100 header after anything else
|
8 years ago |
Brad Fitzpatrick
|
4d07e8a493
http2: let handlers close Request.Body without killing streams
|
8 years ago |
Brad Fitzpatrick
|
3c5cb154b0
http2: reject more trailer values
|
8 years ago |
Brad Fitzpatrick
|
8aacbecd63
http2: with Go 1.7 set Request.Context in ServeHTTP handlers
|
8 years ago |
Brad Fitzpatrick
|
af4fee9d05
http2: make Server reject connection-level headers with a 400 response
|
8 years ago |
Brad Fitzpatrick
|
1600a4cd69
http2: revert part of e7da8eda to fix data race it introduced
|
8 years ago |
Brad Fitzpatrick
|
4876518f9e
http2: don't make garbage when sorting things
|
8 years ago |
Brad Fitzpatrick
|
c56178077d
http2: remove method value allocation per read frame
|
8 years ago |
Brad Fitzpatrick
|
e7da8edaa5
http2: reduce garbage in Server on requests with bodies
|
8 years ago |
Brad Fitzpatrick
|
9e1fb3c175
http2: move merging of HEADERS and CONTINUATION into Framer
|
8 years ago |
Brad Fitzpatrick
|
6ccd6698c6
http2: export Server.ServeConn
|
8 years ago |
Brad Fitzpatrick
|
d513e58596
http2: add mechanism to send undeclared Trailers mid handler
|
8 years ago |
Brad Fitzpatrick
|
04b9de9b51
http2: remove unused variable
|
8 years ago |
Brad Fitzpatrick
|
eb066e37c1
http2: reduce log spam, especially on Windows
|
8 years ago |
Brad Fitzpatrick
|
b2ed34f6fc
http2: validate received header field values in Server and 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
|
961116aeeb
http2: support CONNECT requests
|
8 years ago |
Brad Fitzpatrick
|
0cb26f788d
http2: move HEADERS/CONTINUATION order checking into Framer
|
9 years ago |
Brad Fitzpatrick
|
ea6dba8c93
http2: fix readFrames goroutine spin between ConnectionError and conn close
|
9 years ago |
Blake Mizerany
|
b4be494138
http2: add server-side trailer support
|
9 years ago |
Brad Fitzpatrick
|
c24de9d546
http2: add Server support for reading trailers from clients
|
9 years ago |
Brad Fitzpatrick
|
74bd44bb05
http2: catch panics server-side, respect RST_STREAM on the Transport side
|
9 years ago |
Brad Fitzpatrick
|
1796f9b8b7
http2: fix two cases of Server behavior not matching HTTP/1
|
9 years ago |
Brad Fitzpatrick
|
c745c36eab
http2: client & server fixes
|
9 years ago |
Brad Fitzpatrick
|
a179abb31d
http2: handle pings in Transport
|
9 years ago |