summaryrefslogtreecommitdiff
path: root/deps/llhttp/src/llhttp.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/llhttp/src/llhttp.c')
-rw-r--r--deps/llhttp/src/llhttp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/llhttp/src/llhttp.c b/deps/llhttp/src/llhttp.c
index cb12c8dfd0..7db9b2fdc1 100644
--- a/deps/llhttp/src/llhttp.c
+++ b/deps/llhttp/src/llhttp.c
@@ -6037,6 +6037,7 @@ int llhttp__internal_execute(llhttp__internal_t* state, const char* p, const cha
if (error != 0) {
state->error = error;
state->error_pos = endp;
+ return error;
}
}