Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb2aed9

Browse filesBrowse 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 a8a0d12 commit cb2aed9
Copy full SHA for cb2aed9

3 files changed

+6-6Lines changed: 6 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎deps/llhttp/CMakeLists.txt‎

Copy file name to clipboardExpand all lines: deps/llhttp/CMakeLists.txt
+1-1Lines 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

Collapse file

‎deps/llhttp/include/llhttp.h‎

Copy file name to clipboardExpand all lines: deps/llhttp/include/llhttp.h
+1-1Lines 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_
Collapse file

‎deps/llhttp/src/llhttp.c‎

Copy file name to clipboardExpand all lines: deps/llhttp/src/llhttp.c
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.