commit | c877839975014e976a41dde0045be50819199b72 | [log] [tgz] |
---|---|---|
author | Eli Lindsey <eli@siliconsprawl.com> | Tue Oct 11 10:59:02 2022 -0400 |
committer | Damien Neil <dneil@google.com> | Tue Nov 01 21:01:22 2022 +0000 |
tree | 1a6cf4721b30662becdc0f38e5dfb3add3af53bc | |
parent | c63010009c802314a29324ce49987897f9838e29 [diff] |
http2: add a few other common headers to the shared headermap cache This change adds additional common CORS headers and two de-facto standard and common X- headers to the shared headermap cache to cut down on allocations from lower-casing/canonicalization. Change-Id: I61121925b0b28414ed6ce07190155662b0444f93 Reviewed-on: https://go-review.googlesource.com/c/net/+/442176 Auto-Submit: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Damien Neil <dneil@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> 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.