diff --git a/src/third_party/http-parser/http_parser.c b/src/third_party/http-parser/http_parser.c index c353f680a..8293f6ad6 100644 --- a/src/third_party/http-parser/http_parser.c +++ b/src/third_party/http-parser/http_parser.c @@ -474,7 +474,7 @@ static struct { }; #undef HTTP_STRERROR_GEN -int http_message_needs_eof(const http_parser *parser); +static int http_message_needs_eof(const http_parser *parser); /* Our URL parser. *