| 314 | } |
| 315 | |
| 316 | static void on_state_event(h2_stream *stream, h2_stream_event_t ev) |
| 317 | { |
| 318 | if (stream->monitor && stream->monitor->on_state_event) { |
| 319 | stream->monitor->on_state_event(stream->monitor->ctx, stream, ev); |
| 320 | } |
| 321 | } |
| 322 | |
| 323 | static void on_state_invalid(h2_stream *stream) |
| 324 | { |
no outgoing calls
no test coverage detected