]> git.ipfire.org Git - thirdparty/curl.git/commit
readwrite_data: set a max number of loops
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 Sep 2015 18:48:35 +0000 (20:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Sep 2015 18:48:35 +0000 (20:48 +0200)
commit790d6de485154440d4f8822a54641ee00a0d09f3
treec7afacfc653522b8ec67b12ef7228c1b1ee99420
parent4f037367ed69b77e14953fe88d8c0497782c0aab
readwrite_data: set a max number of loops

... as otherwise a really fast pipe can "lock" one transfer for some
protocols, like with HTTP/2.
lib/transfer.c