| 2456 | } |
| 2457 | |
| 2458 | int |
| 2459 | http_body_is_final(const struct http_parser *parser) { |
| 2460 | return parser->state == s_message_done; |
| 2461 | } |
| 2462 | |
| 2463 | unsigned long |
| 2464 | http_parser_version(void) { |
nothing calls this directly
no outgoing calls
no test coverage detected