mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
combine the two identical cases
This commit is contained in:
parent
ed2b831afe
commit
3fed12a203
@ -1394,9 +1394,6 @@ Transfer(struct connectdata *conn)
|
|||||||
done = TRUE; /* no more read or write */
|
done = TRUE; /* no more read or write */
|
||||||
continue;
|
continue;
|
||||||
case 0: /* timeout */
|
case 0: /* timeout */
|
||||||
result = Curl_readwrite(conn, &done);
|
|
||||||
break;
|
|
||||||
|
|
||||||
default: /* readable descriptors */
|
default: /* readable descriptors */
|
||||||
result = Curl_readwrite(conn, &done);
|
result = Curl_readwrite(conn, &done);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user