mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
039b87fac41ca283465e12a3bcc170ccd6c92f84
In our HTTP/1 and HTTP/2 implementations, calling Write in a server handler after WriteHeader has been called with status 304 will return an http.ErrBodyNotAllowed error. This change adds the same behavior for the HTTP/3 server. For golang/go#70914 Change-Id: I6be926412d51217a8b88b2ad4ce79935dd3e7af7 Reviewed-on: https://go-review.googlesource.com/c/net/+/751140 Reviewed-by: Nicholas Husin <husin@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
…
Go Networking
This repository holds supplementary Go networking packages.
Report Issues / Send Patches
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.
Description
Languages
Go
99.9%