File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.25.0 )
22cmake_policy (SET CMP0069 NEW )
33
4- project (llhttp VERSION 9.4.1 )
4+ project (llhttp VERSION 9.4.2 )
55include (GNUInstallDirs )
66include (CMakePackageConfigHelpers )
77
Original file line number Diff line number Diff line change 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_
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments