Skip to content

Commit 11a9d53

Browse files
committed
deps: update llhttp to 1.1.2
1 parent 4206e7c commit 11a9d53

File tree

3 files changed

+293
-160
lines changed

3 files changed

+293
-160
lines changed

deps/llhttp/README.md

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

44
Port of [http_parser][0] to [llparse][1].
55

@@ -120,7 +120,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
120120
USE OR OTHER DEALINGS IN THE SOFTWARE.
121121
122122
[0]: https://github.com/nodejs/http-parser
123-
[1]: https://github.com/indutny/llparse
123+
[1]: https://github.com/nodejs/llparse
124124
[2]: https://en.wikipedia.org/wiki/Register_allocation#Spilling
125125
[3]: https://en.wikipedia.org/wiki/Tail_call
126126
[4]: https://llvm.org/docs/LangRef.html

deps/llhttp/include/llhttp.h

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

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

88
#ifndef INCLUDE_LLHTTP_ITSELF_H_
99
#define INCLUDE_LLHTTP_ITSELF_H_
@@ -277,7 +277,7 @@ void llhttp_settings_init(llhttp_settings_t* settings);
277277
*
278278
* NOTE: if this function ever returns a non-pause type error, it will continue
279279
* to return the same error upon each successive call up until `llhttp_init()`
280-
* call.
280+
* is called.
281281
*/
282282
llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len);
283283

0 commit comments

Comments
 (0)