| 84 | } |
| 85 | |
| 86 | void h2_session_event(h2_session *session, h2_session_event_t ev, |
| 87 | int err, const char *msg) |
| 88 | { |
| 89 | h2_session_dispatch_event(session, ev, err, msg); |
| 90 | } |
| 91 | |
| 92 | static int rst_unprocessed_stream(h2_stream *stream, void *ctx) |
| 93 | { |
no test coverage detected