Searched refs:http_message_needs_eof (Results 1 – 1 of 1) sorted by relevance
377 int http_message_needs_eof(const struct http_parser *parser);837 if (!http_message_needs_eof(parser)) { in zero_content_length()2458 int http_message_needs_eof(const struct http_parser *parser) in http_message_needs_eof() function2497 return !http_message_needs_eof(parser); in http_should_keep_alive()