]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: removed unused code for request retries
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Mar 2019 10:49:09 +0000 (11:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Mar 2019 16:29:51 +0000 (17:29 +0100)
commit0bb56392d4d077c5d62c63831536354a29d59f26
tree94fd29fe743f41b57e91cbcadee3baaa972d566c
parent9e6af114ea9e5fbc6d997a5409ff451c9086b29f
multi: removed unused code for request retries

This code was once used for the non multi-interface using code path, but
ever since easy_perform was turned into a wrapper around the multi
interface, this code path never runs.

Closes #3666
lib/multi.c