Searched refs:http_message_needs_eof (Results 1 – 1 of 1) sorted by relevance
367 int http_message_needs_eof(const struct http_parser *parser);681 if (!http_message_needs_eof(parser)) { in zero_content_length()2284 int http_message_needs_eof(const struct http_parser *parser) in http_message_needs_eof() function2323 return !http_message_needs_eof(parser); in http_should_keep_alive()