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

Function is_failed_after_http_version

src/brpc/details/http_parser.cpp:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 return parser->state >= s_req_query_string_start;
319}
320int is_failed_after_http_version(const http_parser* parser) {
321 return parser->state > s_req_http_major;
322}
323
324const char* http_parser_state_name(unsigned int state) {
325 switch (state) {

Callers 1

ParseHttpMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected