Update llhttp to 1.1.3
This commit is contained in:
parent
0288093caf
commit
6975c336fc
|
@ -1,5 +1,5 @@
|
||||||
# llhttp
|
# llhttp
|
||||||
[![Build Status](https://secure.travis-ci.org/indutny/llhttp.svg)](http://travis-ci.org/nodejs/llhttp)
|
[![Build Status](https://secure.travis-ci.org/nodejs/llhttp.svg)](http://travis-ci.org/nodejs/llhttp)
|
||||||
|
|
||||||
Port of [http_parser][0] to [llparse][1].
|
Port of [http_parser][0] to [llparse][1].
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ This project is a port of [http_parser][0] to TypeScript. [llparse][1] is used
|
||||||
to generate the output C and/or bitcode artifacts, which could be compiled and
|
to generate the output C and/or bitcode artifacts, which could be compiled and
|
||||||
linked with the embedder's program (like [Node.js][7]).
|
linked with the embedder's program (like [Node.js][7]).
|
||||||
|
|
||||||
## Peformance
|
## Performance
|
||||||
|
|
||||||
So far llhttp outperforms http_parser:
|
So far llhttp outperforms http_parser:
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#define LLHTTP_VERSION_MAJOR 1
|
#define LLHTTP_VERSION_MAJOR 1
|
||||||
#define LLHTTP_VERSION_MINOR 1
|
#define LLHTTP_VERSION_MINOR 1
|
||||||
#define LLHTTP_VERSION_PATCH 1
|
#define LLHTTP_VERSION_PATCH 3
|
||||||
|
|
||||||
#ifndef INCLUDE_LLHTTP_ITSELF_H_
|
#ifndef INCLUDE_LLHTTP_ITSELF_H_
|
||||||
#define INCLUDE_LLHTTP_ITSELF_H_
|
#define INCLUDE_LLHTTP_ITSELF_H_
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue