Fix for 309717 and 64550.

This commit is contained in:
gagan%netscape.com 1998-07-30 02:32:48 +00:00
parent 64f79dfe72
commit c78b10e6bc

View File

@ -3271,9 +3271,10 @@ net_HTTPLoad (ActiveEntry * ce)
else
{
use_host = NET_ParseURL(ce->URL_s->address, GET_HOST_PART);
HG09309
}
HG09309
if(!use_host)
{
PR_Free(ce->con_data);