]> Cypherpunks repositories - gostls13.git/commit
http: avoid header duplication - take struct fields out of Header map
authorRuss Cox <rsc@golang.org>
Wed, 6 Jan 2010 23:45:30 +0000 (15:45 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 6 Jan 2010 23:45:30 +0000 (15:45 -0800)
commit968d6a6d5ae7df7b7b079636d4cdef7836db90cc
tree984cccf01ce75a06e71526a5a16f8d277ab963e0
parent690fcacdd30b36a9a72e2f6935a2ba643152fd00
http: avoid header duplication - take struct fields out of Header map

R=r
CC=golang-dev, petar-m
https://golang.org/cl/183132
src/pkg/http/request.go