MCPcopy Create free account
hub / github.com/apache/brpc / http_errno_description

Function http_errno_description

src/brpc/details/http_parser.cpp:2198–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2196}
2197
2198const char *
2199http_errno_description(enum http_errno err) {
2200 assert(err < (http_errno)(sizeof(http_strerror_tab)/sizeof(http_strerror_tab[0])));
2201 return http_strerror_tab[err].description;
2202}
2203
2204static enum http_host_state
2205http_parse_host_char(enum http_host_state s, const char ch) {

Callers 2

ParseHttpMessageFunction · 0.85
http_message.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected