internal/http3: add basic request stream handling for the server Add support for the server to handle basic request streams. Specifically, reading HTTP headers & body in requests, and writing HTTP headers & body in responses. More sophisticated behaviors, such as dealing with 1xx status and trailing headers, will be done in the future. For golang/go#70914 Change-Id: I6a00435d72a118efe2ab76e4c7c53b9dca1d63f6 Reviewed-on: https://go-review.googlesource.com/c/net/+/735820 Reviewed-by: Nicholas Husin <husin@google.com> Auto-Submit: 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>
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.