| 966 | } |
| 967 | |
| 968 | bool |
| 969 | Http2Stream::push_promise(URL &url, const MIMEField *accept_encoding) |
| 970 | { |
| 971 | SCOPED_MUTEX_LOCK(lock, _proxy_ssn->mutex, this_ethread()); |
| 972 | return this->get_connection_state().send_push_promise_frame(this, url, accept_encoding); |
| 973 | } |
| 974 | |
| 975 | void |
| 976 | Http2Stream::send_body(bool /* call_update ATS_UNUSED */) |
no test coverage detected