| 373 | } |
| 374 | |
| 375 | void CURLConnection2::applyReconnect(bool reconnect) |
| 376 | { |
| 377 | curl_easy_setopt(mHttp_handle, CURLOPT_FRESH_CONNECT, reconnect); |
| 378 | } |
| 379 | |
| 380 | void CURLConnection2::setInterrupt(std::atomic_bool *inter) |
| 381 | { |
no outgoing calls
no test coverage detected