From 7addb49d3dfba85be467e7cd04d9cdec0bdbee09 Mon Sep 17 00:00:00 2001 From: alluLinger Date: Thu, 13 Feb 2020 21:39:44 +0800 Subject: [PATCH] Fix typo --- http-parser/http_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;