diff --git a/http-parser/http_parser.c b/http-parser/http_parser.c index 0fa1c36..2b3e594 100644 --- a/http-parser/http_parser.c +++ b/http-parser/http_parser.c @@ -2339,7 +2339,7 @@ http_parser_parse_url(const char *buf, size_t buflen, int is_connect, case s_req_server_with_at: found_at = 1; - /* FALLTROUGH */ + /* FALLTHROUGH */ case s_req_server: uf = UF_HOST; break;