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

Function http_body_is_final

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

Source from the content-addressed store, hash-verified

2456}
2457
2458int
2459http_body_is_final(const struct http_parser *parser) {
2460 return parser->state == s_message_done;
2461}
2462
2463unsigned long
2464http_parser_version(void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected