Skip to content

Commit 31acc99

Browse files
committed
Update llhttp to v9.2.1
1 parent 629e387 commit 31acc99

File tree

4 files changed

+291
-270
lines changed

4 files changed

+291
-270
lines changed

3rdparty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
## llhttp
109109
- [![Upstream](https://img.shields.io/github/v/release/nodejs/llhttp?label=Upstream)](https://github.com/nodejs/llhttp)
110-
- Version: 9.2.0
110+
- Version: 9.2.1
111111
- License: MIT
112112

113113
## lua

3rdparty/llhttp/include/llhttp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define LLHTTP_VERSION_MAJOR 9
66
#define LLHTTP_VERSION_MINOR 2
7-
#define LLHTTP_VERSION_PATCH 0
7+
#define LLHTTP_VERSION_PATCH 1
88

99
#ifndef INCLUDE_LLHTTP_ITSELF_H_
1010
#define INCLUDE_LLHTTP_ITSELF_H_

0 commit comments

Comments
 (0)