From 4e37187e44b85aa11fee92eca4d87b3839cd435f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Oct 2001 11:58:32 +0000 Subject: now counts header size return from server and if nothing is returned from a HTTP server we return error --- lib/urldata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 5eba3c659..7651cce44 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -242,6 +242,7 @@ struct connectdata { not the proxy port! */ char *ppath; long bytecount; + long headerbytecount; /* only count received headers */ char *range; /* range, if used. See README for detailed specification on this syntax. */ -- cgit v1.2.3