Skip to content

Commit 4ddde0e

Browse files
http2: fix tipo in comment
Change-Id: I821714084436f4d16c9a26ea09d1bdc8e78ceddf Reviewed-on: https://go-review.googlesource.com/c/net/+/372134 Trust: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 491a49a commit 4ddde0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http2/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ func (sc *serverConn) canonicalHeader(v string) string {
722722
// maxCachedCanonicalHeaders is an arbitrarily-chosen limit on the number of
723723
// entries in the canonHeader cache. This should be larger than the number
724724
// 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
725+
// so high as to permit unreasonable memory usage if the peer sends an unbounded
726726
// number of unique header keys.
727727
const maxCachedCanonicalHeaders = 32
728728
if len(sc.canonHeader) < maxCachedCanonicalHeaders {

0 commit comments

Comments
 (0)