bug 81451, bugzilla cookies not getting set, r=valeski, sr=darin, a=blizzard
git-svn-id: svn://10.0.0.236/trunk@95831 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1956,7 +1956,12 @@ nsHttpChannel::SetResponseHeader(const char *header, const char *value)
|
||||
nsHttpAtom atom = nsHttp::ResolveAtom(header);
|
||||
if (!atom)
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
return mResponseHead->SetHeader(atom, value);
|
||||
|
||||
nsresult rv = mResponseHead->SetHeader(atom, value);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
rv = nsHttpHandler::get()->OnExamineResponse(this);
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
||||
Reference in New Issue
Block a user