Skip to content

Commit 230eb0d

Browse files
indutnyrvagg
authored andcommitted
deps: update llhttp to 1.0.1
Fix callback error reporting PR-URL: #24508 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 41f2e36 commit 230eb0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps/llhttp/include/llhttp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define LLHTTP_VERSION_MAJOR 1
55
#define LLHTTP_VERSION_MINOR 0
6-
#define LLHTTP_VERSION_PATCH 0
6+
#define LLHTTP_VERSION_PATCH 1
77

88
#ifndef INCLUDE_LLHTTP_ITSELF_H_
99
#define INCLUDE_LLHTTP_ITSELF_H_

deps/llhttp/src/llhttp.c

+1
Original file line numberDiff line numberDiff line change
@@ -6037,6 +6037,7 @@ int llhttp__internal_execute(llhttp__internal_t* state, const char* p, const cha
60376037
if (error != 0) {
60386038
state->error = error;
60396039
state->error_pos = endp;
6040+
return error;
60406041
}
60416042
}
60426043

0 commit comments

Comments
 (0)