Loading lib/http.c +2 −1 Original line number Diff line number Diff line Loading @@ -998,6 +998,7 @@ CURLcode Curl_http(struct connectdata *conn) } http->postdata = NULL; /* nothing to post at this point */ Curl_pgrsSetUploadSize(data, 0); /* upload size is 0 atm */ switch(data->set.httpreq) { Loading Loading
lib/http.c +2 −1 Original line number Diff line number Diff line Loading @@ -998,6 +998,7 @@ CURLcode Curl_http(struct connectdata *conn) } http->postdata = NULL; /* nothing to post at this point */ Curl_pgrsSetUploadSize(data, 0); /* upload size is 0 atm */ switch(data->set.httpreq) { Loading