bes
Updated for version 3.20.8
|
#include <CurlHandlePool.h>
Public Member Functions | |
void | add_handle (dmrpp_easy_handle *h) |
SwimLane (CurlHandlePool &pool) | |
SwimLane (CurlHandlePool &pool, dmrpp_easy_handle *h) | |
How a collection of dmrpp_easy_handles that are being used together on a single logical transfer. By definition, if one of these fails, they all fail, are stopped and the easy handles reset and returned to the pool. This class is used to portect leaking handles when one thread of a parallel transfer fails and an exception is thrown taking the flow of control out of the handler to the command processor loop.
Definition at line 145 of file CurlHandlePool.h.