Paschalis Tsilias
|
62affa334b
x/net/http2: reject HTTP/2 Content-Length headers containing a sign
|
4 years ago |
Filippo Valsorda
|
1ed23360d1
http2: use ASCII space trimming for parsing Trailer header
|
4 years ago |
Brad Fitzpatrick
|
e0ff5e5a1d
http2: mark some structs as non-comparable
|
4 years ago |
Tobias Klauser
|
4628272708
http2: remove unused stream struct fields
|
4 years ago |
Brad Fitzpatrick
|
380dde419d
http2: make CipherSuites validation error more verbose
|
5 years ago |
Emmanuel T Odeke
|
d66e71096f
http2: do not sniff body if Content-Encoding is set
|
5 years ago |
Ainar Garipov
|
a7b16738d8
all: fix typos
|
5 years ago |
Aofei Sheng
|
ba9fcec4b2
http2: correct ServeConnOpts.context's nil receiver check
|
5 years ago |
Filippo Valsorda
|
74dc4d7220
http2: limit number of control frames in server send queue
|
5 years ago |
Brad Fitzpatrick
|
461777fb6f
http2: support getting the Server connection's base context from net/http
|
5 years ago |
marius a. eriksen
|
1da14a5a36
http2: don't hang a stream if trailers values are not provided
|
5 years ago |
Michael Fraenkel
|
ed066c81e7
http2: Revert a closed stream cannot receive data
|
6 years ago |
Brad Fitzpatrick
|
22700d5518
http2: remove support for Go 1.8 and earlier
|
6 years ago |
Igor Zhilianin
|
c44066c5c8
http2: fix typos
|
6 years ago |
Brad Fitzpatrick
|
922f4815f7
http2: reduce init-time work & allocations
|
6 years ago |
Brad Fitzpatrick
|
49c15d80df
http2: revert CL 107295 (don't sniff Content-type in Server when nosniff)
|
6 years ago |
Brad Fitzpatrick
|
179114c98f
http2: reject large SETTINGS frames or those with duplicates
|
6 years ago |
Michael Fraenkel
|
039a4258ae
http2: a closed stream cannot receive data
|
6 years ago |
Michael Fraenkel
|
292b43bbf7
http2: reject incoming HEADERS in Server on half-closed streams
|
6 years ago |
Brad Fitzpatrick
|
97aa3a539e
http2: make Server send GOAWAY if Handler sets "Connection: close" header
|
6 years ago |
Filippo Valsorda
|
db08ff08e8
Revert "http2: add X-Content-Type-Options automatically to prevent sniffing"
|
6 years ago |
Michael Fraenkel
|
9ef9f5bb98
http2: receiving too much data is a protocol error
|
6 years ago |
Filippo Valsorda
|
f73e4c9ed3
http2: add X-Content-Type-Options automatically to prevent sniffing
|
6 years ago |
Baokun Lee
|
84348c2dc8
http2: don't sniff Content-type in Server when X-Content-Type-Options:nosniff
|
6 years ago |
David Url
|
a35a21de97
http2, http/httpguts: move ValidTrailerHeader to new common package http/httpguts
|
6 years ago |
namusyaka
|
cbe0f9307d
all: remove "the" duplications
|
6 years ago |
David Url
|
dc948dff88
http2: use RFC 723x as normative reference in docs
|
6 years ago |
Brad Fitzpatrick
|
42fe2e1c20
http2: don't check WriteHeader status if we've already sent the header
|
6 years ago |
Tom Bergan
|
db473f6b23
http2: don't autodetect Content-Type when the response has an empty body
|
7 years ago |
Brad Fitzpatrick
|
d3b7d8cc97
http2: panic on invalid WriteHeader status code
|
7 years ago |