Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ http_parser_settings_init
Function
http_parser_settings_init
test/bench/parser/nodejs-parser/http_parser.c:2154–2158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2152
}
2153
2154
void
2155
http_parser_settings_init(http_parser_settings *settings)
2156
{
2157
memset(settings, 0, sizeof(*settings));
2158
}
2159
2160
const char *
2161
http_errno_name(enum http_errno err) {
Callers
1
hooks_t
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected