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

Function on_frame_recv

modules/http2/h2_stream.c:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static int on_frame_recv(h2_stream_state_t state, int frame_type)
163{
164 return on_frame(state, frame_type, trans_on_recv, H2_ALEN(trans_on_recv));
165}
166
167static int on_event(h2_stream* stream, h2_stream_event_t ev)
168{

Callers 1

h2_stream_recv_frameFunction · 0.70

Calls 1

on_frameFunction · 0.85

Tested by

no test coverage detected