MCPcopy Create free account
hub / github.com/apache/httpd / on_frame_send

Function on_frame_send

modules/http2/h2_stream.c:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static 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
162static int on_frame_recv(h2_stream_state_t state, int frame_type)
163{

Callers 1

h2_stream_send_frameFunction · 0.85

Calls 1

on_frameFunction · 0.85

Tested by

no test coverage detected