commit | ba9fcec4b297b415637633c5a6e8fa592e4a16c3 | [log] [tgz] |
---|---|---|
author | Aofei Sheng <aofei@aofeisheng.com> | Tue Aug 27 00:14:39 2019 +0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Aug 27 16:04:01 2019 +0000 |
tree | 79250c686720f149f1d1ba6a3e7a8030e231da46 | |
parent | 74dc4d7220e7acc4e100824340f3e66577424772 [diff] |
http2: correct ServeConnOpts.context's nil receiver check Fixes golang/go#33839 Change-Id: Ic1a9e42afc8efda7ec2d39e705efe41474237d82 Reviewed-on: https://go-review.googlesource.com/c/net/+/191857 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
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.