]> Cypherpunks repositories - gostls13.git/commit
http: do not cache CanonicalHeaderKey
authorJukka-Pekka Kekkonen <karatepekka@gmail.com>
Wed, 8 Sep 2010 14:20:21 +0000 (10:20 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 8 Sep 2010 14:20:21 +0000 (10:20 -0400)
commitf7a71c65055daf6d25e8749c8be6ff0a0e7f3fc7
tree2312672353fe58dc2af7b2076ae1377a0db2afe5
parent5baaa490d6bd95a5ef57a4593274a690f2e3dd82
http: do not cache CanonicalHeaderKey

Fixes #1080.

R=rsc
CC=golang-dev
https://golang.org/cl/2158043
src/pkg/http/request.go