| 244 | } |
| 245 | |
| 246 | uint16_t http_server_request::get_status() const { |
| 247 | return this->status; |
| 248 | } |
| 249 | |
| 250 | void http_server_request::one_second_timer() { |
| 251 | if (!tcp_connect_done && time(nullptr) >= timeout) { |
nothing calls this directly
no outgoing calls
no test coverage detected