We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491a49a commit 4ddde0eCopy full SHA for 4ddde0e
http2/server.go
@@ -722,7 +722,7 @@ func (sc *serverConn) canonicalHeader(v string) string {
722
// maxCachedCanonicalHeaders is an arbitrarily-chosen limit on the number of
723
// entries in the canonHeader cache. This should be larger than the number
724
// of unique, uncommon header keys likely to be sent by the peer, while not
725
- // so high as to permit unreaasonable memory usage if the peer sends an unbounded
+ // so high as to permit unreasonable memory usage if the peer sends an unbounded
726
// number of unique header keys.
727
const maxCachedCanonicalHeaders = 32
728
if len(sc.canonHeader) < maxCachedCanonicalHeaders {
0 commit comments