We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75b91c commit 5abe39aCopy full SHA for 5abe39a
2 files changed
include/llhttp.h
@@ -3,10 +3,10 @@
3
4
#define LLHTTP_VERSION_MAJOR 2
5
#define LLHTTP_VERSION_MINOR 1
6
-#define LLHTTP_VERSION_PATCH 0
+#define LLHTTP_VERSION_PATCH 1
7
8
#ifndef LLHTTP_STRICT_MODE
9
-# define LLHTTP_STRICT_MODE 1
+# define LLHTTP_STRICT_MODE 0
10
#endif
11
12
#ifndef INCLUDE_LLHTTP_ITSELF_H_
src/llhttp.c
@@ -1,4 +1,4 @@
1
-#ifdef LLHTTP_STRICT_MODE
+#if LLHTTP_STRICT_MODE
2
#include <stdlib.h>
#include <stdint.h>
0 commit comments