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 a7a6b7e commit c75b91cCopy full SHA for c75b91c
3 files changed
README.md
@@ -1,5 +1,4 @@
1
# llhttp
2
-[](http://travis-ci.org/nodejs/llhttp)
3
4
Port of [http_parser][0] to [llparse][1].
5
include/llhttp.h
@@ -2,8 +2,12 @@
#define INCLUDE_LLHTTP_H_
#define LLHTTP_VERSION_MAJOR 2
-#define LLHTTP_VERSION_MINOR 0
6
-#define LLHTTP_VERSION_PATCH 5
+#define LLHTTP_VERSION_MINOR 1
+#define LLHTTP_VERSION_PATCH 0
7
+
8
+#ifndef LLHTTP_STRICT_MODE
9
+# define LLHTTP_STRICT_MODE 1
10
+#endif
11
12
#ifndef INCLUDE_LLHTTP_ITSELF_H_
13
#define INCLUDE_LLHTTP_ITSELF_H_
0 commit comments