]> granicus.if.org Git - curl/commit
libcurl: stop reading from paused transfers
authorSangamkar <dheerajs@netapp.com>
Mon, 5 Nov 2018 23:29:55 +0000 (15:29 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Nov 2018 18:07:17 +0000 (19:07 +0100)
commit74f4782319d478953a29ed7de77d50901760ac3c
tree582a5554f85e4da822d556f80e36f5e56087617f
parent397664a065abffb7c3445ca9086f917e13719d1f
libcurl: stop reading from paused transfers

In the transfer loop it would previously not acknwledge the pause bit
and continue until drained or loop ended.

Closes #3240
lib/transfer.c