Loading lib/getinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ CURLcode Curl_initinfo(struct SessionHandle *data) pro->t_redirect = 0; info->httpcode = 0; info->httpproxycode = 0; info->httpversion = 0; info->filetime = -1; /* -1 is an illegal time and thus means unknown */ info->timecond = FALSE; Loading Loading
lib/getinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ CURLcode Curl_initinfo(struct SessionHandle *data) pro->t_redirect = 0; info->httpcode = 0; info->httpproxycode = 0; info->httpversion = 0; info->filetime = -1; /* -1 is an illegal time and thus means unknown */ info->timecond = FALSE; Loading