diff --git a/lib/getinfo.c b/lib/getinfo.c index cdb69ca7234e4aeb864768ac4202dfeda290b775..51ceacbe611fffba43a2100b26b449bd8362247e 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -48,6 +48,8 @@ CURLcode Curl_initinfo(struct SessionHandle *data) info->httpcode = 0; info->httpversion=0; info->filetime=-1; /* -1 is an illegal time and thus means unknown */ + info->header_size = 0; + info->request_size = 0; return CURLE_OK; }