Commit c69c0c04 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added proper breaks in the switch()

parent deb2911c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {