1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:20:12 -06:00

net/textproto: add "Cookie" to the common headers list

Seems to have been omitted before.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7749049
This commit is contained in:
Brad Fitzpatrick 2013-03-26 23:08:08 -07:00
parent 12cf2ff00b
commit 8eaa942933

View File

@ -574,6 +574,7 @@ var commonHeaders = []string{
"Content-Length",
"Content-Transfer-Encoding",
"Content-Type",
"Cookie",
"Date",
"Dkim-Signature",
"Etag",