| 307 | } |
| 308 | |
| 309 | static void on_state_enter(h2_stream *stream) |
| 310 | { |
| 311 | if (stream->monitor && stream->monitor->on_state_enter) { |
| 312 | stream->monitor->on_state_enter(stream->monitor->ctx, stream); |
| 313 | } |
| 314 | } |
| 315 | |
| 316 | static void on_state_event(h2_stream *stream, h2_stream_event_t ev) |
| 317 | { |
no outgoing calls
no test coverage detected