Brad Fitzpatrick
|
6ccd6698c6
http2: export Server.ServeConn
|
8 lat temu |
Brad Fitzpatrick
|
d513e58596
http2: add mechanism to send undeclared Trailers mid handler
|
8 lat temu |
Brad Fitzpatrick
|
04b9de9b51
http2: remove unused variable
|
8 lat temu |
Brad Fitzpatrick
|
eb066e37c1
http2: reduce log spam, especially on Windows
|
8 lat temu |
Brad Fitzpatrick
|
b2ed34f6fc
http2: validate received header field values in Server and Transport
|
8 lat temu |
Brad Fitzpatrick
|
415f1917e1
http2: clean up debugging, rename GODEBUG key
|
9 lat temu |
Brad Fitzpatrick
|
f530c4eb1c
http2: mix cleanups, TODOs, new tests, enforce header list size in Transport
|
8 lat temu |
Brad Fitzpatrick
|
961116aeeb
http2: support CONNECT requests
|
8 lat temu |
Brad Fitzpatrick
|
0cb26f788d
http2: move HEADERS/CONTINUATION order checking into Framer
|
9 lat temu |
Brad Fitzpatrick
|
ea6dba8c93
http2: fix readFrames goroutine spin between ConnectionError and conn close
|
9 lat temu |
Blake Mizerany
|
b4be494138
http2: add server-side trailer support
|
9 lat temu |
Brad Fitzpatrick
|
c24de9d546
http2: add Server support for reading trailers from clients
|
9 lat temu |
Brad Fitzpatrick
|
74bd44bb05
http2: catch panics server-side, respect RST_STREAM on the Transport side
|
9 lat temu |
Brad Fitzpatrick
|
1796f9b8b7
http2: fix two cases of Server behavior not matching HTTP/1
|
9 lat temu |
Brad Fitzpatrick
|
c745c36eab
http2: client & server fixes
|
9 lat temu |
Brad Fitzpatrick
|
a179abb31d
http2: handle pings in Transport
|
9 lat temu |
Brad Fitzpatrick
|
c95266fa70
http2: fix Server race with ResponseWriter.curWrite re-use
|
9 lat temu |
Brad Fitzpatrick
|
0a9f6507bc
http2: prevent deadlock channel send in server Handler if client disappears
|
9 lat temu |
Brad Fitzpatrick
|
b7f5d985f9
http2: change the pipe and buffer code
|
9 lat temu |
Brad Fitzpatrick
|
564010564f
http2: fix server race
|
9 lat temu |
Brad Fitzpatrick
|
42ad50856d
http2: make ConfigureServer set PreferServerCipherSuites, return an errors
|
9 lat temu |
Brad Fitzpatrick
|
cd8c2701a5
http2: add support for net/http.Server.ConnState tracking
|
9 lat temu |
Andrew Gerrand
|
6d10a0c3ea
http2: update copyright headers
|
9 lat temu |
Brad Fitzpatrick
|
59e870b296
http2, http2/hpack: add limit on sum of header block fragments
|
9 lat temu |
Brad Fitzpatrick
|
c94bffa210
http2: don't leaving hanging server goroutines after RST_STREAM from client
|
9 lat temu |
Brad Fitzpatrick
|
271cfc1e29
http2: fix handling of errors from the readFrames goroutine
|
9 lat temu |
Brad Fitzpatrick
|
d8f3c68ddd
http2: fix enforcement of max header list size
|
9 lat temu |
Brad Fitzpatrick
|
2a045c20e4
http2: change two debug log.Printf calls to vlogf
|
9 lat temu |
Brad Fitzpatrick
|
29704b8f8f
http2: advertise and enforce hpack max header list size
|
9 lat temu |
Brad Fitzpatrick
|
b846920a17
http2: move where cookies are joined to avoid quadratic behavior
|
9 lat temu |