MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / http_body_is_final

Function http_body_is_final

libs/qhttpserver/http-parser/http_parser.c:2419–2422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2417}
2418
2419int
2420http_body_is_final(const struct http_parser *parser) {
2421 return parser->state == s_message_done;
2422}
2423
2424unsigned long
2425http_parser_version(void) {

Callers 2

check_body_is_finalFunction · 0.85
message_complete_cbFunction · 0.85

Calls

no outgoing calls

Tested by 2

check_body_is_finalFunction · 0.68
message_complete_cbFunction · 0.68