Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2419
int
2420
http_body_is_final(const struct http_parser *parser) {
2421
return parser->state == s_message_done;
2422
}
2423
2424
unsigned long
2425
http_parser_version(void) {
Callers
2
check_body_is_final
Function · 0.85
message_complete_cb
Function · 0.85
Calls
no outgoing calls
Tested by
2
check_body_is_final
Function · 0.68
message_complete_cb
Function · 0.68