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

Function h2_stream_prepare_processing

modules/http2/h2_stream.c:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211apr_status_t h2_stream_prepare_processing(h2_stream *stream)
212{
213 /* Right before processing starts, last chance to decide if
214 * there is need to an input beam. */
215 if (!stream->input_closed) {
216 stream_setup_input(stream);
217 }
218 return APR_SUCCESS;
219}
220
221static int input_buffer_is_empty(h2_stream *stream)
222{

Callers 1

c1_process_streamFunction · 0.85

Calls 1

stream_setup_inputFunction · 0.85

Tested by

no test coverage detected