Skip to content

Commit c75b91c

Browse files
committed
release: 2.1.0
1 parent a7a6b7e commit c75b91c

3 files changed

Lines changed: 6871 additions & 109 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# llhttp
2-
[![Build Status](https://secure.travis-ci.org/nodejs/llhttp.svg)](http://travis-ci.org/nodejs/llhttp)
32

43
Port of [http_parser][0] to [llparse][1].
54

include/llhttp.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
#define INCLUDE_LLHTTP_H_
33

44
#define LLHTTP_VERSION_MAJOR 2
5-
#define LLHTTP_VERSION_MINOR 0
6-
#define LLHTTP_VERSION_PATCH 5
5+
#define LLHTTP_VERSION_MINOR 1
6+
#define LLHTTP_VERSION_PATCH 0
7+
8+
#ifndef LLHTTP_STRICT_MODE
9+
# define LLHTTP_STRICT_MODE 1
10+
#endif
711

812
#ifndef INCLUDE_LLHTTP_ITSELF_H_
913
#define INCLUDE_LLHTTP_ITSELF_H_

0 commit comments

Comments
 (0)