зеркало из https://github.com/mozilla/gecko-dev.git
fixes bug 181440 "UBS E-Banking broken because of regression in http headers"
r=morse sr=bz
This commit is contained in:
Родитель
82090ec342
Коммит
3c74d6d7b1
|
@ -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"));
|
||||
|
|
Загрузка…
Ссылка в новой задаче