| 155 | } |
| 156 | |
| 157 | static int on_frame_send(h2_stream_state_t state, int frame_type) |
| 158 | { |
| 159 | return on_frame(state, frame_type, trans_on_send, H2_ALEN(trans_on_send)); |
| 160 | } |
| 161 | |
| 162 | static int on_frame_recv(h2_stream_state_t state, int frame_type) |
| 163 | { |
no test coverage detected