aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_client.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-09-22 13:47:55 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-09-22 13:47:55 +0100
commit9c77fbf0850c364c31f80e30c54137252291ec91 (patch)
treedad13ba8f43346dfbb5785580e730d92ca16c367 /lib/http_client.h
parentc6fc24a81fa14cea4b3f497bbbb0e6e65a3cc6d4 (diff)
parent11ec07811cc41e1b244467d25772ef021be9db1b (diff)
Merge mainline.
Diffstat (limited to 'lib/http_client.h')
-rw-r--r--lib/http_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_client.h b/lib/http_client.h
index 27c484ff..623f17a0 100644
--- a/lib/http_client.h
+++ b/lib/http_client.h
@@ -58,7 +58,7 @@ struct http_request
char *reply_headers;
char *reply_body;
int body_size; /* The number of bytes in reply_body. */
- int finished; /* Set to non-0 if the request was completed
+ /* int finished; Set to non-0 if the request was completed
successfully. */
int redir_ttl; /* You can set it to 0 if you don't want
http_client to follow them. */