aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_client.c')
-rw-r--r--lib/http_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/http_client.c b/lib/http_client.c
index 5fc7731f..793c5cc1 100644
--- a/lib/http_client.c
+++ b/lib/http_client.c
@@ -301,6 +301,8 @@ static gboolean http_incoming_data( gpointer data, int source, b_input_condition
return FALSE;
eof:
+ req->flags |= HTTPC_EOF;
+
/* Maybe if the webserver is overloaded, or when there's bad SSL
support... */
if( req->bytes_read == 0 )