Skip to content

Commit a9f1146

Browse files
ShogunPandabengl
authored andcommittedSep 22, 2022
http: disable chunked encoding when OBS fold is used
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> PR-URL: nodejs-private/node-private#341 Backport-PR-URL: nodejs-private/node-private#343 CVE-ID: CVE-2022-32213, CVE-2022-35256
1 parent a1121b4 commit a9f1146

5 files changed

+371
-279
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 2
55
#define LLHTTP_VERSION_MINOR 1
6-
#define LLHTTP_VERSION_PATCH 5
6+
#define LLHTTP_VERSION_PATCH 6
77

88
#ifndef LLHTTP_STRICT_MODE
99
# define LLHTTP_STRICT_MODE 0

0 commit comments

Comments
 (0)
Please sign in to comment.