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

Function set_policy_for

modules/http2/h2_stream.c:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419static void set_policy_for(h2_stream *stream, h2_request *r)
420{
421 int enabled = h2_session_push_enabled(stream->session);
422 stream->push_policy = h2_push_policy_determine(r->headers, stream->pool, enabled);
423}
424
425apr_status_t h2_stream_send_frame(h2_stream *stream, int ftype, int flags, size_t frame_len)
426{

Callers 1

h2_stream_end_headersFunction · 0.85

Calls 2

h2_session_push_enabledFunction · 0.85
h2_push_policy_determineFunction · 0.85

Tested by

no test coverage detected