aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/http_client.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-18 18:50:06 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-18 18:50:06 +0200
commit41e520279f8633d11f79623574b40af7f8949403 (patch)
tree6d946f929e6063694143291f71fa243006d4c1c3 /protocols/http_client.c
parent0eec3866ac883667045cc028d5f0dac0b4872de7 (diff)
Damn typo...
Diffstat (limited to 'protocols/http_client.c')
-rw-r--r--protocols/http_client.c2
1 files changed, 1 insertions, 1 deletions
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 )
{