Implementation of flush method.
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected