| 79 | } |
| 80 | |
| 81 | static h2_stream *get_stream(h2_session *session, int stream_id) |
| 82 | { |
| 83 | return nghttp2_session_get_stream_user_data(session->ngh2, stream_id); |
| 84 | } |
| 85 | |
| 86 | void h2_session_event(h2_session *session, h2_session_event_t ev, |
| 87 | int err, const char *msg) |
no outgoing calls
no test coverage detected