Antarpreet Singh da5ae38db0
imap: set cselect_bits to CURL_CSELECT_IN initially
... when continuing a transfer from a FETCH response.

When the size of the file was small enough that the entirety of the
transfer happens in a single go and schannel buffers holds the entire
data. However, it wasn't completely read in Curl_pp_readresp since a
line break was found before that could happen. So, by the time we are in
imap_state_fetch_resp - there's data in buffers that needs to be read
via Curl_read but nothing to read from the socket. After we setup a
transfer (Curl_setup_transfer), curl just waits on the socket state to
change - which doesn't happen since no new data ever comes.

Closes #5961
2020-09-14 12:29:44 +02:00
..
2020-09-08 13:53:02 +02:00
2019-03-15 10:22:42 +01:00
2019-03-15 10:22:42 +01:00
2020-09-10 08:50:04 +02:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-08-31 09:45:09 +02:00
2020-05-14 18:13:27 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-09-08 13:53:02 +02:00
2019-11-08 14:51:42 +01:00
2020-09-02 22:41:58 +02:00
2020-04-25 11:15:49 +02:00
2020-08-24 08:41:48 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2019-11-08 14:51:42 +01:00
2020-07-14 17:53:45 +02:00
2020-08-03 23:43:24 +02:00
2020-05-14 18:13:27 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-08-31 09:45:09 +02:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2019-05-17 23:24:34 +02:00
2020-09-08 13:53:02 +02:00
2020-07-28 23:51:17 +02:00
2019-11-08 14:51:42 +01:00
2020-02-18 07:49:15 +01:00
2019-11-08 14:51:42 +01:00
2020-09-08 13:53:02 +02:00
2020-09-02 22:41:59 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-05-25 19:44:04 +00:00
2020-05-25 19:44:04 +00:00
2020-08-24 08:41:48 +02:00
2020-08-24 08:41:48 +02:00
2020-07-18 12:37:25 +02:00
2020-08-24 08:41:48 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-02-19 08:04:35 +01:00
2020-08-31 09:45:09 +02:00