commit | 5bda71aec0d0242e8b2cc529863c6484c0f1f24b | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Fri Jan 24 10:15:50 2025 -0800 |
committer | Gopher Robot <gobot@golang.org> | Fri Jan 24 14:20:07 2025 -0800 |
tree | 83f196607df3695227a5e045e489877688d5252f | |
parent | 3c1185a39b172f62f67243986cf710bd74776347 [diff] |
internal/http3: define connection and stream error types HTTP/3 distinguishes between connection errors which result in an entire connection closing, and stream errors which only terminate a single request stream. Define internal types to represent these two types of error. For golang/go#70914 Change-Id: I907f395adc82a683b5c2eda65f936b1ab4904ffb Reviewed-on: https://go-review.googlesource.com/c/net/+/644117 Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Damien Neil <dneil@google.com>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.