From 116ac6932821c4a82256313792b26ab28259e8f0 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 11 May 1998 03:50:40 -0400 Subject: snapshot of project "lynx", label v2-8-1dev_10 --- WWW/Library/Implementation/HTTP.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'WWW/Library/Implementation/HTTP.c') diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index c2e48411..870f35b1 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -33,6 +33,7 @@ #include #include +#include #include #include @@ -690,6 +691,10 @@ try_again: goto clean_up; } } +#ifdef DISP_PARTIAL + else if (display_partial) + HText_pageDisplay(Newline,""); +#endif /* DISP_PARTIAL */ bytes_already_read += status; sprintf (line, "Read %d bytes of data.", bytes_already_read); @@ -1462,8 +1467,7 @@ Cookie2_continuation: */ if (show_401) break; - if (HTAA_shouldRetryWithAuth(start_of_data, length, - (void *)handle, s, NO)) { + if (HTAA_shouldRetryWithAuth(start_of_data, length, s, NO)) { HTTP_NETCLOSE(s, handle); if (dump_output_immediately && !authentication_info[0]) { @@ -1512,8 +1516,7 @@ Cookie2_continuation: */ if (!using_proxy || show_407) break; - if (HTAA_shouldRetryWithAuth(start_of_data, length, - (void *)handle, s, YES)) { + if (HTAA_shouldRetryWithAuth(start_of_data, length, s, YES)) { HTTP_NETCLOSE(s, handle); if (dump_output_immediately && !proxyauth_info[0]) { -- cgit 1.4.1-2-gfad0