]> granicus.if.org Git - curl/commitdiff
added proper breaks in the switch()
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jan 2002 15:24:52 +0000 (15:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jan 2002 15:24:52 +0000 (15:24 +0000)
lib/transfer.c

index a47fa1c579ec8ed996b67b9f48f02ab2e400a110..582fbc9fe1b68bf67c4f617ced13d2085730e80c 100644 (file)
@@ -437,8 +437,10 @@ CURLcode Curl_readwrite(struct connectdata *conn,
                  * NOT contain a message-body, and thus is always terminated
                  * by the first empty line after the header fields.  */
                 conn->size=0;
+                break;
               default:
                 /* nothing */
+                break;
               }
             }
             else {