mirror of
https://github.com/curl/curl.git
synced 2025-09-12 07:02:41 +03:00
added proper breaks in the switch()
This commit is contained in:
parent
deb2911c0e
commit
c69c0c0446
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user