MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / flush

Method flush

src/curl_cookie.cpp:44–46  ·  view source on GitHub ↗

Implementation of flush method.

Source from the content-addressed store, hash-verified

42
43 // Implementation of flush method.
44 void curl_cookie::flush() {
45 this->easy.add<CURLOPT_COOKIELIST>("FLUSH");
46 }
47
48 // Implementation of erase_session method.
49 void curl_cookie::erase_session() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected