Skip to content

Commit

Permalink
http: disable request smuggling via empty headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda authored and RafaelGSS committed Jun 20, 2023
1 parent 4a82c8f commit 2e6de55
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 477 deletions.
2 changes: 1 addition & 1 deletion deps/llhttp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5.1)
cmake_policy(SET CMP0069 NEW)

project(llhttp VERSION 8.1.0)
project(llhttp VERSION 8.1.1)
include(GNUInstallDirs)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion deps/llhttp/include/llhttp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define LLHTTP_VERSION_MAJOR 8
#define LLHTTP_VERSION_MINOR 1
#define LLHTTP_VERSION_PATCH 0
#define LLHTTP_VERSION_PATCH 1

#ifndef LLHTTP_STRICT_MODE
# define LLHTTP_STRICT_MODE 0
Expand Down
Loading

0 comments on commit 2e6de55

Please sign in to comment.