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

Function h2_push_collect_update

modules/http2/h2_push.c:692–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 const ap_bucket_response *res)
691#else
692apr_array_header_t *h2_push_collect_update(struct h2_stream *stream,
693 const struct h2_request *req,
694 const struct h2_headers *res)
695#endif
696{
697 apr_array_header_t *pushes;
698
699 pushes = h2_push_collect(stream->pool, req, stream->push_policy, res);
700 return h2_push_diary_update(stream->session, pushes);
701}
702
703typedef struct {
704 h2_push_diary *diary;

Callers 1

h2_stream_submit_pushesFunction · 0.85

Calls 2

h2_push_collectFunction · 0.85
h2_push_diary_updateFunction · 0.85

Tested by

no test coverage detected