| 328 | } |
| 329 | |
| 330 | http_state https_client::get_state() { |
| 331 | return this->state; |
| 332 | } |
| 333 | |
| 334 | void https_client::one_second_timer() { |
| 335 | if (!tcp_connect_done && time(nullptr) >= timeout) { |
nothing calls this directly
no outgoing calls
no test coverage detected