Loading lib/getinfo.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -48,6 +48,8 @@ CURLcode Curl_initinfo(struct SessionHandle *data) info->httpcode = 0; info->httpcode = 0; info->httpversion=0; info->httpversion=0; info->filetime=-1; /* -1 is an illegal time and thus means unknown */ info->filetime=-1; /* -1 is an illegal time and thus means unknown */ info->header_size = 0; info->request_size = 0; return CURLE_OK; return CURLE_OK; } } Loading Loading
lib/getinfo.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -48,6 +48,8 @@ CURLcode Curl_initinfo(struct SessionHandle *data) info->httpcode = 0; info->httpcode = 0; info->httpversion=0; info->httpversion=0; info->filetime=-1; /* -1 is an illegal time and thus means unknown */ info->filetime=-1; /* -1 is an illegal time and thus means unknown */ info->header_size = 0; info->request_size = 0; return CURLE_OK; return CURLE_OK; } } Loading