| 230 | } |
| 231 | |
| 232 | inline bool |
| 233 | Http2CommonSession::get_half_close_local_flag() const |
| 234 | { |
| 235 | return half_close_local; |
| 236 | } |
| 237 | |
| 238 | inline bool |
| 239 | Http2CommonSession::is_url_pushed(const char *url, int url_len) |
no outgoing calls
no test coverage detected