mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Juan F. Codagnone pointed out a missing thing from the march 2 fix
This commit is contained in:
parent
9b43ade1c0
commit
d349eb3d43
@ -997,7 +997,8 @@ CURLcode Curl_http(struct connectdata *conn)
|
||||
headers = headers->next;
|
||||
}
|
||||
|
||||
http->postdata = NULL; /* nothing to post at this point */
|
||||
http->postdata = NULL; /* nothing to post at this point */
|
||||
Curl_pgrsSetUploadSize(data, 0); /* upload size is 0 atm */
|
||||
|
||||
switch(data->set.httpreq) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user