Implementation of erase_session method.
| 47 | |
| 48 | // Implementation of erase_session method. |
| 49 | void curl_cookie::erase_session() { |
| 50 | this->easy.add<CURLOPT_COOKIELIST>("SESS"); |
| 51 | } |
| 52 | |
| 53 | // Implementation of reload method. |
| 54 | void curl_cookie::reload() { |
nothing calls this directly
no outgoing calls
no test coverage detected