Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ input_buffer_is_empty
Function
input_buffer_is_empty
modules/http2/h2_stream.c:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
static int input_buffer_is_empty(h2_stream *stream)
222
{
223
return !stream->in_buffer || APR_BRIGADE_EMPTY(stream->in_buffer);
224
}
225
226
static apr_status_t input_flush(h2_stream *stream)
227
{
Callers
1
input_flush
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected