MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / applyReconnect

Method applyReconnect

framework/data_source/curl/CURLConnection2.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected