From: Yang Tse Date: Thu, 17 Sep 2009 14:02:50 +0000 (+0000) Subject: remove line obsoleted with previous commit X-Git-Tag: curl-7_19_7~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be5c815f630f47fb9d9d520f526c24a902862db5;p=curl remove line obsoleted with previous commit --- diff --git a/tests/server/sws.c b/tests/server/sws.c index 84a5b34b0..87a697957 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -585,7 +585,6 @@ static int get_request(curl_socket_t sock, struct httprequest *req) while (req->offset < REQBUFSIZ-1) { if(pipereq_length && pipereq) { - if(pipereq_length) { memmove(reqbuf, pipereq, pipereq_length); got = pipereq_length; pipereq_length = 0;