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

combine the two identical cases

parent ed2b831a
No related branches found
No related tags found
No related merge requests found
......@@ -1394,9 +1394,6 @@ Transfer(struct connectdata *conn)
done = TRUE; /* no more read or write */
continue;
case 0: /* timeout */
result = Curl_readwrite(conn, &done);
break;
default: /* readable descriptors */
result = Curl_readwrite(conn, &done);
break;
......
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