Skip to content
Snippets Groups Projects
Commit d349eb3d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Juan F. Codagnone pointed out a missing thing from the march 2 fix

parent 9b43ade1
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment