[mirror] Go supplementary network libraries
Перейти к файлу
Brad Fitzpatrick d4c55e66d8 [release-branch.go1.7] http2: never Read from Request.Body in Transport to determine ContentLength
Updates golang/go#17480 (fixes after vendor to std)
Updates golang/go#17071 (a better fix than the original one)

Change-Id: Ibb49d2cb825e28518e688b5c3e0952956a305050
Reviewed-on: https://go-review.googlesource.com/31326
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
Reviewed-on: https://go-review.googlesource.com/31361
Run-TryBot: Chris Broadfoot <cbro@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-10-18 19:48:04 +00:00
bpf bpf: implement LoadExtension and ExtLen for VM 2016-06-20 21:42:44 +00:00
context context/ctxhttp: if context is canceled, return its error 2016-07-16 21:44:27 +00:00
dict net: add import comments. 2014-12-09 14:17:11 +11:00
html html/charset: replace EUC-KR test 2016-01-08 17:00:32 +00:00
http2 [release-branch.go1.7] http2: never Read from Request.Body in Transport to determine ContentLength 2016-10-18 19:48:04 +00:00
icmp icmp: don't fail test on big endian machine 2016-05-05 21:57:10 +00:00
idna net: add import comments. 2014-12-09 14:17:11 +11:00
internal internal/iana: update protocol numbers 2016-02-23 00:41:38 +00:00
ipv4 ipv4: add support for ppc (using gccgo) 2016-06-27 00:46:36 +00:00
ipv6 ipv6: add support for ppc (using gccgo) 2016-06-27 00:46:01 +00:00
lex/httplex http2, lex/httplex: make Transport reject bogus headers before sending 2016-05-19 01:54:56 +00:00
netutil netutil: Ditch go1.3 build tag. 2015-12-14 00:45:27 +00:00
proxy net: add import comments. 2014-12-09 14:17:11 +11:00
publicsuffix publicsuffix: update table to latest list from publicsuffix.org. 2016-07-07 05:36:24 +00:00
route route: don't crash or hang up with corrupted messages 2016-07-20 08:41:39 +00:00
trace net/trace: fix comment typo 2016-05-01 04:31:21 +00:00
webdav webdav: skip test that fails with gccgo 2016-06-27 22:15:07 +00:00
websocket websocket: fix Read behaviour in hybiFrameReader.Read 2016-05-31 06:23:09 +00:00
xsrftoken xsrftoken: fix lint error in Timeout's comment. 2015-12-14 00:16:29 +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.