mirror of https://github.com/axmolengine/axmol.git
Update llhttp to v9.2.1
This commit is contained in:
parent
629e387411
commit
31acc99098
|
@ -107,7 +107,7 @@
|
|||
|
||||
## llhttp
|
||||
- [![Upstream](https://img.shields.io/github/v/release/nodejs/llhttp?label=Upstream)](https://github.com/nodejs/llhttp)
|
||||
- Version: 9.2.0
|
||||
- Version: 9.2.1
|
||||
- License: MIT
|
||||
|
||||
## lua
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#define LLHTTP_VERSION_MAJOR 9
|
||||
#define LLHTTP_VERSION_MINOR 2
|
||||
#define LLHTTP_VERSION_PATCH 0
|
||||
#define LLHTTP_VERSION_PATCH 1
|
||||
|
||||
#ifndef INCLUDE_LLHTTP_ITSELF_H_
|
||||
#define INCLUDE_LLHTTP_ITSELF_H_
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -31,6 +31,7 @@
|
|||
- Fix crash on iOS by @smilediver in https://github.com/axmolengine/axmol/pull/1799
|
||||
- Fix typo: BLEND_CLOLOR ==> BLEND_COLOR
|
||||
- Fix typo: RESERVE_SUBTRACT ==> REVERSE_SUBTRACT
|
||||
- Fix video player crash on apple platforms, reported by @asnagni in https://github.com/axmolengine/axmol/issues/1815
|
||||
|
||||
### Improvements
|
||||
|
||||
|
@ -71,6 +72,7 @@
|
|||
- curl: 8.6.0 ==> 8.7.1
|
||||
- glad: 2.0.5 ==> 2.0.6
|
||||
- yasio: 4.2.1 ==> 4.2.2
|
||||
- llhttp: 9.2.0 ==> 9.2.1
|
||||
- stb_image: 2.28 ==> 2.29
|
||||
- luajit: 2.1-9cc2e42 ==> 2.1-d06beb0
|
||||
- c-ares: 1.25.0 ==> 1.28.1
|
||||
|
|
Loading…
Reference in New Issue