diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-18 18:50:06 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-18 18:50:06 +0200 |
commit | 41e520279f8633d11f79623574b40af7f8949403 (patch) | |
tree | 6d946f929e6063694143291f71fa243006d4c1c3 | |
parent | 0eec3866ac883667045cc028d5f0dac0b4872de7 (diff) |
Damn typo...
-rw-r--r-- | protocols/http_client.c | 2 |
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 ) { |