workaround fix for blocker bug 96440 r=harishd, sr=vidur, a=dbaron

This commit is contained in:
darin%netscape.com 2001-08-23 18:59:46 +00:00
parent b95283c439
commit a59e06aac8

View File

@ -4649,7 +4649,7 @@ HTMLContentSink::ProcessHeaderData(nsIAtom* aHeader,const nsAReadableString& aVa
else if (aHeader == nsHTMLAtoms::headerWindowTarget) {
ProcessBaseTarget(aValue);
}
else {
else if (mParser) {
// we also need to report back HTTP-EQUIV headers to the channel
// so that it can process things like pragma: no-cache or other
// cache-control headers. Ideally this should also be the way for