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 a47fa1c..582fbc9 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 {