commit | a4630153038d3cb8c57f83d95200aea356145cf5 | [log] [tgz] |
---|---|---|
author | Ruslan Nigmatullin <elessar@dropbox.com> | Sat Sep 01 02:43:59 2018 +0000 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Fri Dec 14 19:22:44 2018 +0000 |
tree | 20f18f325b7f524d4908ff286f00c1985cb960ac | |
parent | c39426892332e1bb5ec0a434a079bf82f5d30c54 [diff] |
[release-branch.go1.11] http2: don't leak streams on broken body Updates golang/go#28673 Change-Id: I5d9a643f33d27d33b24f670c98f5a51aa6000967 GitHub-Last-Rev: 3ac4a573b62846ef4944599085218e119819383c GitHub-Pull-Request: golang/net#18 Reviewed-on: https://go-review.googlesource.com/c/132715 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 1c5f79cfb1642860bbe00b6cfce66700c01e04f6) Reviewed-on: https://go-review.googlesource.com/c/154237
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.