From 41e520279f8633d11f79623574b40af7f8949403 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 18 May 2006 18:50:06 +0200 Subject: Damn typo... --- protocols/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/http_client.c b/protocols/http_client.c index 49e6dd83..ead6eb09 100644 --- a/protocols/http_client.c +++ b/protocols/http_client.c @@ -268,7 +268,7 @@ got_reply: else req->reply_body = end1 + 2; - req->body_size = req->reply_headers + bytes_read - req->reply_body; + req->body_size = req->reply_headers + req->bytes_read - req->reply_body; if( ( end1 = strchr( req->reply_headers, ' ' ) ) != NULL ) { -- cgit v1.2.3