Descriptionnet/http: remove allocations in HeaderWriteSubset
Before:
BenchmarkHeaderWriteSubset 500000 2354 ns/op 197 B/op 2 allocs/op
After:
BenchmarkHeaderWriteSubset 1000000 2085 ns/op 0 B/op 0 allocs/op
Fixes issue 3761
Patch Set 1 #Patch Set 2 : diff -r 91db139d15e5 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 91db139d15e5 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r ca2b2e58fb69 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r ca2b2e58fb69 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r 011944857f1f https://go.googlecode.com/hg/ #MessagesTotal messages: 6
|