diff --git a/mozilla/netwerk/protocol/http/src/nsHttpHeaderArray.cpp b/mozilla/netwerk/protocol/http/src/nsHttpHeaderArray.cpp index bbe4d5b31f5..69cebe3f6ce 100644 --- a/mozilla/netwerk/protocol/http/src/nsHttpHeaderArray.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHttpHeaderArray.cpp @@ -167,7 +167,7 @@ nsHttpHeaderArray::ParseHeaderLine(char *line, nsHttpAtom *hdr, char **val) if (val) *val = p; // assign response header - SetHeader(atom, nsDependentCString(p)); + SetHeader(atom, nsDependentCString(p), PR_TRUE); } else LOG(("unknown header; skipping\n"));