Brad Fitzpatrick
|
e7b14352cc
http2: optimize server frame writes
|
8 years ago |
Tom Bergan
|
4be9b97e3a
http2: interface to support pluggable schedulers
|
8 years ago |
Brad Fitzpatrick
|
c33d37840d
http2: add Server.IdleTimeout
|
8 years ago |
Brad Fitzpatrick
|
41c5c5cb12
http2: make Server return conn protocol errors on bad idle stream frames
|
8 years ago |
Brad Fitzpatrick
|
40a0a18980
http2: fix Server race with concurrent Read/Close
|
8 years ago |
Brad Fitzpatrick
|
3bafa3320e
http2: make Server reuse 64k request body buffer between requests
|
8 years ago |
Brad Fitzpatrick
|
697293012c
http2: in Server, disarm connection's ReadTimeout after first request
|
8 years ago |
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 |