]> granicus.if.org Git - curl/commit
FILE: we don't support paused transfers using this protocol
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Dec 2013 22:50:34 +0000 (23:50 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Dec 2013 22:50:34 +0000 (23:50 +0100)
commit2a4ee0d221555686b4a8eae87e54a19e128f7271
treec9cdcd266a6c999397445d58df149bf8f3db87fc
parentf88f9bed008b15d488810cd5e6bea2e5efcaff6b
FILE: we don't support paused transfers using this protocol

Make sure that we detect such attempts and return a proper error code
instead of silently handling this in problematic ways.

Updated the documentation to mention this limitation.

Bug: http://curl.haxx.se/bug/view.cgi?id=1286
docs/libcurl/curl_easy_pause.3
lib/sendf.c
lib/transfer.c