| 58 | } |
| 59 | |
| 60 | bool master_service::thread_on_timeout(acl::socket_stream* conn) |
| 61 | { |
| 62 | logger_debug(DEBUG_HTTP, 2, "read timeout from %s, fd: %d", |
| 63 | conn->get_peer(), conn->sock_handle()); |
| 64 | return false; |
| 65 | } |
| 66 | |
| 67 | void master_service::thread_on_close(acl::socket_stream* conn) |
| 68 | { |
nothing calls this directly
no test coverage detected