bug #10424 URL redirects. If the server did *not* send an entity along with the 302, necko would not correctly follow the redirect.

This commit is contained in:
rpotts%netscape.com 1999-07-30 06:39:24 +00:00
Родитель 027ffe305b
Коммит ace86dbbb6
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -78,6 +78,8 @@ protected:
nsresult ParseHTTPHeader(nsIBuffer* aBuffer, PRUint32 aLength,
PRUint32* aBytesRead);
nsresult FinishedResponseHeaders();
nsresult ProcessStatusCode();
nsresult ProcessRedirection(PRInt32 aStatusCode);