1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 15:50:48 -04:00
Daniel Stenberg 6eb60c2dc5 transfer: return without select when the read loop reached maxcount
Regression added in 790d6de48515. The was then added to avoid one
particular transfer to starve out others. But when aborting due to
reading the maxcount, the connection must be marked to be read from
again without first doing a select as for some protocols (like SFTP/SCP)
the data may already have been read off the socket.

Reported-by: Dan Donahue
Bug: https://curl.haxx.se/mail/lib-2016-07/0057.html
2016-08-04 00:23:27 +02:00
..
2016-04-03 22:38:36 +02:00
2016-07-13 03:09:20 -04:00
2016-02-04 18:46:54 -05:00
2016-08-03 19:33:59 +01:00
2016-07-18 02:42:28 -04:00
2016-02-04 18:46:54 -05:00
2016-04-03 23:07:30 +02:00
2016-04-03 23:07:30 +02:00
2016-04-03 22:38:36 +02:00