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

Function set_error_response

modules/http2/h2_stream.c:685–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685static void set_error_response(h2_stream *stream, int http_status)
686{
687 if (!h2_stream_is_ready(stream) && stream->rtmp) {
688 stream->rtmp->http_status = http_status;
689 }
690}
691
692static apr_status_t add_trailer(h2_stream *stream,
693 const char *name, size_t nlen,

Callers 2

h2_stream_add_headerFunction · 0.85
h2_stream_end_headersFunction · 0.85

Calls 1

h2_stream_is_readyFunction · 0.85

Tested by

no test coverage detected