MCPcopy Create free account
hub / github.com/boostorg/beast / http_errno_name

Function http_errno_name

test/bench/parser/nodejs-parser/http_parser.c:2160–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2158}
2159
2160const char *
2161http_errno_name(enum http_errno err) {
2162 assert(((size_t) err) < ARRAY_SIZE(http_strerror_tab));
2163 return http_strerror_tab[err].name;
2164}
2165
2166const char *
2167http_errno_description(enum http_errno err) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected