mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05:00
remove line obsoleted with previous commit
This commit is contained in:
parent
31e106ced2
commit
be5c815f63
@ -585,7 +585,6 @@ static int get_request(curl_socket_t sock, struct httprequest *req)
|
|||||||
|
|
||||||
while (req->offset < REQBUFSIZ-1) {
|
while (req->offset < REQBUFSIZ-1) {
|
||||||
if(pipereq_length && pipereq) {
|
if(pipereq_length && pipereq) {
|
||||||
if(pipereq_length) {
|
|
||||||
memmove(reqbuf, pipereq, pipereq_length);
|
memmove(reqbuf, pipereq, pipereq_length);
|
||||||
got = pipereq_length;
|
got = pipereq_length;
|
||||||
pipereq_length = 0;
|
pipereq_length = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user