Skip to content

Commit ad8a10c

Browse files
committed
deps: update llhttp to 9.4.2
PR-URL: nodejs-private/node-private#890 Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent ca825a8 commit ad8a10c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

deps/llhttp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.25.0)
22
cmake_policy(SET CMP0069 NEW)
33

4-
project(llhttp VERSION 9.4.1)
4+
project(llhttp VERSION 9.4.2)
55
include(GNUInstallDirs)
66
include(CMakePackageConfigHelpers)
77

deps/llhttp/include/llhttp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define LLHTTP_VERSION_MAJOR 9
66
#define LLHTTP_VERSION_MINOR 4
7-
#define LLHTTP_VERSION_PATCH 1
7+
#define LLHTTP_VERSION_PATCH 2
88

99
#ifndef INCLUDE_LLHTTP_ITSELF_H_
1010
#define INCLUDE_LLHTTP_ITSELF_H_

deps/llhttp/src/llhttp.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,6 +2471,10 @@ static llparse_state_t llhttp__internal__run(
24712471
return s_n_llhttp__internal__n_header_value_connection_ws;
24722472
}
24732473
switch (*p) {
2474+
case 9: {
2475+
p++;
2476+
goto s_n_llhttp__internal__n_header_value_connection_ws;
2477+
}
24742478
case 10: {
24752479
goto s_n_llhttp__internal__n_header_value_otherwise;
24762480
}
@@ -6294,10 +6298,6 @@ static llparse_state_t llhttp__internal__run(
62946298
p++;
62956299
goto s_n_llhttp__internal__n_invoke_llhttp__on_status_complete;
62966300
}
6297-
case 13: {
6298-
p++;
6299-
goto s_n_llhttp__internal__n_invoke_llhttp__on_status_complete;
6300-
}
63016301
default: {
63026302
goto s_n_llhttp__internal__n_invoke_test_lenient_flags_30;
63036303
}

0 commit comments

Comments
 (0)