| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ebda734 commit 110840f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | cmake_minimum_required(VERSION 3.25.0) | |
| 2 | 2 | cmake_policy(SET CMP0069 NEW) | |
| 3 | 3 | ||
| 4 | - project(llhttp VERSION 9.4.1) | ||
| 4 | + project(llhttp VERSION 9.4.2) | ||
| 5 | 5 | include(GNUInstallDirs) | |
| 6 | 6 | include(CMakePackageConfigHelpers) | |
| 7 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | 5 | #define LLHTTP_VERSION_MAJOR 9 | |
| 6 | 6 | #define LLHTTP_VERSION_MINOR 4 | |
| 7 | - #define LLHTTP_VERSION_PATCH 1 | ||
| 7 | + #define LLHTTP_VERSION_PATCH 2 | ||
| 8 | 8 | ||
| 9 | 9 | #ifndef INCLUDE_LLHTTP_ITSELF_H_ | |
| 10 | 10 | #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( | |||
| 2471 | 2471 | return s_n_llhttp__internal__n_header_value_connection_ws; | |
| 2472 | 2472 | } | |
| 2473 | 2473 | switch (*p) { | |
| 2474 | + case 9: { | ||
| 2475 | + p++; | ||
| 2476 | + goto s_n_llhttp__internal__n_header_value_connection_ws; | ||
| 2477 | + } | ||
| 2474 | 2478 | case 10: { | |
| 2475 | 2479 | goto s_n_llhttp__internal__n_header_value_otherwise; | |
| 2476 | 2480 | } | |
@@ -6294,10 +6298,6 @@ static llparse_state_t llhttp__internal__run( | |||
| 6294 | 6298 | p++; | |
| 6295 | 6299 | goto s_n_llhttp__internal__n_invoke_llhttp__on_status_complete; | |
| 6296 | 6300 | } | |
| 6297 | - case 13: { | ||
| 6298 | - p++; | ||
| 6299 | - goto s_n_llhttp__internal__n_invoke_llhttp__on_status_complete; | ||
| 6300 | - } | ||
| 6301 | 6301 | default: { | |
| 6302 | 6302 | goto s_n_llhttp__internal__n_invoke_test_lenient_flags_30; | |
| 6303 | 6303 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments