| 1227 | } |
| 1228 | |
| 1229 | bool |
| 1230 | Http2Stream::has_request_body(int64_t /* content_length ATS_UNUSED */, bool /* is_chunked_set ATS_UNUSED */) const |
| 1231 | { |
| 1232 | return has_body; |
| 1233 | } |
| 1234 | |
| 1235 | Http2ConnectionState & |
| 1236 | Http2Stream::get_connection_state() |
no outgoing calls
no test coverage detected