Skip to content

Commit 5abe39a

Browse files
committed
release: 2.1.1
1 parent c75b91c commit 5abe39a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/llhttp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
#define LLHTTP_VERSION_MAJOR 2
55
#define LLHTTP_VERSION_MINOR 1
6-
#define LLHTTP_VERSION_PATCH 0
6+
#define LLHTTP_VERSION_PATCH 1
77

88
#ifndef LLHTTP_STRICT_MODE
9-
# define LLHTTP_STRICT_MODE 1
9+
# define LLHTTP_STRICT_MODE 0
1010
#endif
1111

1212
#ifndef INCLUDE_LLHTTP_ITSELF_H_

src/llhttp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef LLHTTP_STRICT_MODE
1+
#if LLHTTP_STRICT_MODE
22

33
#include <stdlib.h>
44
#include <stdint.h>

0 commit comments

Comments
 (0)