| 38 | } |
| 39 | |
| 40 | void WorkerUplinkMonitor::got_http_answer(td::int32 status_code) { |
| 41 | requests_completed(status_code == 200); |
| 42 | } |
| 43 | |
| 44 | void WorkerUplinkMonitor::requests_completed(bool is_success) { |
| 45 | if (is_success != cur_state_) { |
nothing calls this directly
no outgoing calls
no test coverage detected