| 81 | } |
| 82 | |
| 83 | bool master_service::thread_on_timeout(acl::socket_stream* conn) |
| 84 | { |
| 85 | logger("read timeout from %s, fd: %d", conn->get_peer(), |
| 86 | conn->sock_handle()); |
| 87 | return false; |
| 88 | } |
| 89 | |
| 90 | void master_service::thread_on_close(acl::socket_stream* conn) |
| 91 | { |
nothing calls this directly
no test coverage detected