Brad Fitzpatrick
|
62685c2d7c
http2: fix crash in Transport on double Read of invalid gzip Response.Body
|
8 years ago |
Nigel Tao
|
8968c61983
publicsuffix: add some commentary on using "go run gen.go".
|
8 years ago |
Mikio Hara
|
7f88271ea9
http2: fix a nit
|
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
|
74d798388a
http2/h2demo: update bug link, add idle conn timeouts
|
8 years ago |
Ricardo Padilha
|
6c581b96a7
publicsuffix: update table to latest list from publicsuffix.org on 2016-01-30.
|
8 years ago |
Brad Fitzpatrick
|
644ffc0620
http2: don't add *Response to activeRes in Transport on Headers.END_STREA
|
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
|
f315505cf3
net/context/ctxhttp: fix case where Body could leak and not be closed
|
8 years ago |
Brad Fitzpatrick
|
2e9cee70ee
http2: clarify field-value grammar in doc; reject DEL in field value
|
8 years ago |
Brad Fitzpatrick
|
b2ed34f6fc
http2: validate received header field values in Server and Transport
|
8 years ago |
Brad Fitzpatrick
|
78e1654ef4
publicsuffix: update table to latest list from publicsuffix.org
|
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
|
a8e212f3d1
http2: make Transport close unneeded connections after h1->h2 upgrade
|
8 years ago |
Nigel Tao
|
99ca920b60
icmp: fix typo.
|
8 years ago |
Brad Fitzpatrick
|
341cd0845b
http2: add Transport strictness, paranoia, logging for unwanted DATA frames
|
8 years ago |
Brad Fitzpatrick
|
e82aa266f2
context/ctxhttp: don't test on plan9
|
8 years ago |
Brad Fitzpatrick
|
72c2dca8fd
http2/h2i: disable building h2i on plan9 and solaris
|
8 years ago |
Alex Brainman
|
8760df475b
http2: skip TestServer_RejectsLargeFrames on windows (fixes build)
|
8 years ago |
Brad Fitzpatrick
|
c93a9b4f2a
http2: log frame reads at log level http2debug=2 also, not just writes
|
8 years ago |
Brad Fitzpatrick
|
76365a4162
http2: fix channel double-close crash
|
8 years ago |
Brad Fitzpatrick
|
5df5483e05
http2: add tests to verify the type of peer stream resets
|
8 years ago |
Tal Shprecher
|
4fd4a9fed5
x/net/icmp: fix typos in comments
|
8 years ago |
Blake Mizerany
|
0e6d34ef94
http2: relax Trailer predeclaration requirement in Transport
|
8 years ago |