From 0eec3866ac883667045cc028d5f0dac0b4872de7 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 18 May 2006 18:41:18 +0200 Subject: Added a body_size attribute to http_client and fixed a possible NULL dereference bug. --- protocols/http_client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/http_client.h') diff --git a/protocols/http_client.h b/protocols/http_client.h index 0935b5f6..860cdd86 100644 --- a/protocols/http_client.h +++ b/protocols/http_client.h @@ -38,6 +38,7 @@ struct http_request int status_code; char *reply_headers; char *reply_body; + int body_size; int finished; void *ssl; -- cgit v1.2.3