Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ read_sep
Function
read_sep
modules/http2/h2_push.c:252–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
static int read_sep(link_ctx *ctx)
253
{
254
if (skip_ws(ctx) && read_chr(ctx,
','
)) {
255
return 1;
256
}
257
return 0;
258
}
259
260
static void init_params(link_ctx *ctx)
261
{
Callers
1
inspect_link
Function · 0.70
Calls
2
skip_ws
Function · 0.70
read_chr
Function · 0.70
Tested by
no test coverage detected