| 787 | } |
| 788 | |
| 789 | bool http_aclient::ws_send_pong(void* data, size_t len) |
| 790 | { |
| 791 | acl_assert(ws_out_ && conn_); |
| 792 | return ws_out_->send_frame_pong(*conn_, data, len); |
| 793 | } |
| 794 | |
| 795 | } // namespace acl |
nothing calls this directly
no test coverage detected