Fix 48358 - www.hotmail.com is blank; r/a=gagan

This commit is contained in:
ruslan%netscape.com 2000-08-18 19:39:27 +00:00
Родитель 041000a856
Коммит 85852989f6
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -700,6 +700,12 @@ nsHTTPServerListener::OnStopRequest(nsIChannel* channel, nsISupports* i_pContext
//
// Ignore the return code, since the request is being completed...
//
mHeaderBuffer.CompressSet(" \t", ' ');
mHeaderBuffer.StripChars ("\r\n");
mResponse->ParseHeader (mHeaderBuffer);
mHeadersDone = PR_TRUE;
if (mResponse) {
FinishedResponseHeaders() ;