fixes bug 181440 "UBS E-Banking broken because of regression in http headers"
r=morse sr=bz git-svn-id: svn://10.0.0.236/trunk@134352 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9641b989dd
commit
832cb48664
@ -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"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user