This commit is contained in:
kipp%netscape.com 1999-02-02 17:35:30 +00:00
Родитель 30023ea052
Коммит 6556ccaecf
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -300,7 +300,6 @@ PRIVATE Bool override_proxy (CONST char * URL);
HG52422
PRIVATE void net_FreeURLAllHeaders(URL_Struct * URL_s);
PRIVATE void NET_InitAboutProtocol(void);
PRIVATE NET_TimeBombActive = FALSE;
@ -1439,7 +1438,7 @@ net_CheckForWaitingURL(MWContext * window_id, int protocol, Bool was_background)
if(!was_background)
{
ET_SendLoadEvent(window_id, EVENT_XFER_DONE,
NULL, NULL, LO_DOCUMENT_LAYER_ID,
NULL, NULL, 0,
FALSE);
FE_AllConnectionsComplete(window_id);
}

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

@ -2348,7 +2348,7 @@ PUBLIC int
NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data,
URL_Struct * url_struct)
{
#if 0
int32 i;
int32 total_size;
char *end, *tmp_ptr;
@ -2962,6 +2962,8 @@ NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data,
PA_UNLOCK(sub_data->encoding);
return(1); /* success */
#endif
return 0;
}
PUBLIC int