[mirror] Go supplementary network libraries
Перейти к файлу
Michael Fraenkel 44b7c21cbf http2: Discard data reads on HEAD requests
If a server returns a DATA frame while procesing a HEAD request, the
client will discard the data.

Fixes golang/go#22376

Change-Id: Ief9c17ddfe51cc17f7f6326c87330ac9d8b9d3ff
Reviewed-on: https://go-review.googlesource.com/72551
Run-TryBot: Tom Bergan <tombergan@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tom Bergan <tombergan@google.com>
Reviewed-on: https://go-review.googlesource.com/88655
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-01-20 14:15:36 +00:00
bpf bpf: add Setter interface 2017-06-13 04:21:24 +00:00
context context: use Go 1.9 type alias for CancelFunc and Context 2017-07-16 17:46:42 +00:00
dict all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
dns/dnsmessage dns/dnsmessage: improve test coverage of skipping 2017-07-19 08:40:00 +00:00
html html/charset: replace EUC-KR test 2016-01-08 17:00:32 +00:00
http2 http2: Discard data reads on HEAD requests 2018-01-20 14:15:36 +00:00
icmp icmp: use socket.NativeEndian 2017-06-21 08:22:27 +00:00
idna idna: update from x/text 2017-06-27 09:35:25 +00:00
internal internal/socket: don't crash with corrupted control messages 2017-06-13 07:54:37 +00:00
ipv4 ipv4: update RFC number of IPv6 specification in docs 2017-07-19 08:39:33 +00:00
ipv6 ipv6: update RFC number of IPv6 specification in docs 2017-07-19 08:39:41 +00:00
lex/httplex http2: add Transport support for unicode domain names 2016-09-12 18:43:32 +00:00
lif lif: rename internal types 2017-05-09 22:28:08 +00:00
nettest nettest: skip testConcurrentMethods on Plan 9 2017-05-25 01:16:37 +00:00
netutil all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
proxy net: replaces "hostname" with "host name" in the proxy package 2017-07-18 21:25:42 +00:00
publicsuffix publicsuffix: update table to latest list from publicsuffix.org 2017-06-14 20:43:10 +00:00
route route: tweak comment on metric types 2017-07-21 03:32:04 +00:00
trace trace: export /debug/requests and /debug/events handlers 2017-06-19 21:13:42 +00:00
webdav all: single space after period 2017-02-01 21:02:21 +00:00
websocket websocket: mention the gorilla package 2016-12-02 00:11:43 +00:00
xsrftoken xsrftoken: panic for unsafe zero length keys 2017-05-02 13:46:37 +00:00
.gitattributes net: add .gitattributes (fixes windows build) 2014-12-23 17:05:08 +11:00
.gitignore convert .hgignore to .gitignore. 2014-12-08 10:44:07 +11:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTING.md doc: add CONTRIBUTING.md 2015-02-18 23:42:41 +00:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
LICENSE LICENSE: add 2012-03-17 15:20:00 +11:00
PATENTS go.net: add PATENTS file to the subrepo. 2012-04-16 11:24:46 +10:00
README go.net: initial code 2012-01-25 15:31:30 -05:00
codereview.cfg net: add codereview.cfg 2015-03-18 17:04:12 +00:00

README

This repository holds supplementary Go networking libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.