mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
e02fb33933734f5c17f8474ef9f54461e776d119
In net/http and x/net/http2, flushing an http.ResponseWriter will also trigger headers to be written if none has been written yet at that point. This behavior is sometimes relied on when implementing streaming responses (see http://go.dev/cl/4552062); therefore, let's do this in x/net/internal/http3 too. For golang/go#70914 Change-Id: Ib914afc85df21a1cddd1d5019311d3f25d943f8a Reviewed-on: https://go-review.googlesource.com/c/net/+/742160 Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <husin@google.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%