Loading network/main/mkgeturl.c +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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); } Loading network/main/mkutils.c +3 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -2962,6 +2962,8 @@ NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data, PA_UNLOCK(sub_data->encoding); return(1); /* success */ #endif return 0; } PUBLIC int Loading Loading
network/main/mkgeturl.c +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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); } Loading
network/main/mkutils.c +3 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -2962,6 +2962,8 @@ NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data, PA_UNLOCK(sub_data->encoding); return(1); /* success */ #endif return 0; } PUBLIC int Loading