fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@134319 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2002-11-22 07:40:16 +00:00
parent f258f2e6e0
commit b59017f198
23 changed files with 313 additions and 159 deletions

View File

@@ -5447,7 +5447,7 @@ nsDocShell::AddHeadersToChannel(nsIInputStream * aHeadersData,
// FINALLY: we can set the header!
//
rv = aChannel->SetRequestHeader(headerName, headerValue);
rv = aChannel->SetRequestHeader(headerName, headerValue, PR_TRUE);
if (NS_FAILED(rv)) {
return NS_ERROR_NULL_POINTER;
}