diff options
-rw-r--r-- | lib/transfer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index a47fa1c57..582fbc9fe 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -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 { |