commit | 7d9f5e0b762b072ff9d3ac59c8fe7cf641e098b2 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Mon Sep 27 14:31:44 2021 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Sep 28 04:43:08 2021 +0000 |
tree | eb06a22956e89dcc0df0b93e88cf2d7bb0ceefb4 | |
parent | 4e4d966f74761e243baf87ad8bf106367a626260 [diff] |
http2: wire up Transport and Server's CountError to frame parser code So all frame parse errors are annotated and flow into the transport or server's error counters. Change-Id: I1e287fe33d422f97075029201976b009218852da Reviewed-on: https://go-review.googlesource.com/c/net/+/352649 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Trust: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
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.