Commit 8eaa9429 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

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
parent 12cf2ff0
...@@ -574,6 +574,7 @@ var commonHeaders = []string{ ...@@ -574,6 +574,7 @@ var commonHeaders = []string{
"Content-Length", "Content-Length",
"Content-Transfer-Encoding", "Content-Transfer-Encoding",
"Content-Type", "Content-Type",
"Cookie",
"Date", "Date",
"Dkim-Signature", "Dkim-Signature",
"Etag", "Etag",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment