From 9d4b2141062a0671a3c2a2e3408742c36f0fb513 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Mon, 19 Nov 2018 22:21:04 -0500 Subject: deps: update llhttp to 1.0.1 Fix callback error reporting PR-URL: https://github.com/nodejs/node/pull/24508 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- deps/llhttp/src/llhttp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'deps/llhttp/src') 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; } } -- cgit v1.2.3