MCPcopy 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
2154void
2155http_parser_settings_init(http_parser_settings *settings)
2156{
2157 memset(settings, 0, sizeof(*settings));
2158}
2159
2160const char *
2161http_errno_name(enum http_errno err) {

Callers 1

hooks_tMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected