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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) {