remove line obsoleted with previous commit
authorYang Tse <yangsita@gmail.com>
Thu, 17 Sep 2009 14:02:50 +0000 (14:02 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 17 Sep 2009 14:02:50 +0000 (14:02 +0000)
tests/server/sws.c

index 84a5b34..87a6979 100644 (file)
@@ -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;