Skip to content
Snippets Groups Projects
Commit c69c0c04 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added proper breaks in the switch()

parent deb2911c
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment