Fix the form posting problem. I forget the bug number... r=ruslan

This commit is contained in:
gagan%netscape.com 2000-04-27 01:06:57 +00:00
Родитель 5c8ee3b969
Коммит 47730f25c5
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -556,7 +556,9 @@ nsHTTPPipelinedRequest::WriteRequest(nsIInputStream* iRequestStream)
if (!mOnStopDone)
return NS_OK;
mInputStream = iRequestStream;
if (!mInputStream)
mInputStream = iRequestStream;
mRequests->Count(&count);