| 32 | } |
| 33 | |
| 34 | bool http_client::read_wakeup() |
| 35 | { |
| 36 | // 测试状态 |
| 37 | rpc_read_wait_del(); |
| 38 | rpc_add(); |
| 39 | |
| 40 | // 先禁止异步流监控 |
| 41 | conn_->disable_read(); |
| 42 | |
| 43 | // 发起一个 http 会话过程 |
| 44 | rpc_manager::get_instance().fork(http_); |
| 45 | |
| 46 | return true; |
| 47 | } |
nothing calls this directly
no test coverage detected