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

Function ap_finalize_sub_req_protocol

server/protocol.c:1710–1716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1708}
1709
1710AP_DECLARE(void) ap_finalize_sub_req_protocol(request_rec *sub)
1711{
1712 /* tell the filter chain there is no more content coming */
1713 if (!sub->eos_sent) {
1714 end_output_stream(sub, OK);
1715 }
1716}
1717
1718/* finalize_request_protocol is called at completion of sending the
1719 * response. Its sole purpose is to send the terminating protocol

Callers 2

ap_run_sub_reqFunction · 0.85
http_protocol.hFile · 0.85

Calls 1

end_output_streamFunction · 0.85

Tested by

no test coverage detected