]> Cypherpunks repositories - gostls13.git/commit
net/http: speed up Header.WriteSubset
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Jun 2012 15:54:36 +0000 (08:54 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Jun 2012 15:54:36 +0000 (08:54 -0700)
commit5e75337c4e6c67090c0e516408077a284861323b
tree97d1293a02d6f0813148ca6006bb836f17fa210f
parent3a50bc1a246418f5983c13fe76799e918d03779d
net/http: speed up Header.WriteSubset

A few performance improvements, but without the stack sorting
change to avoid allocating, which is instead waiting on better
escape analysis.

R=rsc
CC=golang-dev
https://golang.org/cl/6265047
src/pkg/net/http/header.go
src/pkg/net/http/header_test.go
src/pkg/net/textproto/textproto.go