This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
tango-tfe
Archived
Watch
1
Star
0
Fork
0
You've already forked tango-tfe
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
7bffff1444648f65e7a85707c5f3fa8ec22deee2
tango-tfe
/
plugin
/
protocol
/
http2
History
luwenpeng
6a970cb29f
初始化函数返回值的状态为 Z_ERRNO,修正 BrotliDecoderCreateInstance() 返回 NULL 时触发的 bug
...
* 之前的 int ret = 0; (0 stand for Z_OK),当 BrotliDecoderCreateInstance() 返回 NULL 时,ret 的值不会修改,仍是 Z_OK
2019-09-26 10:12:36 +08:00
..
include
/internal
删除无用的代码
2019-09-26 10:04:28 +08:00
src
初始化函数返回值的状态为 Z_ERRNO,修正 BrotliDecoderCreateInstance() 返回 NULL 时触发的 bug
2019-09-26 10:12:36 +08:00
test
# 修改 http2 googletest
2019-09-24 16:39:16 +08:00
CMakeLists.txt
*修改vendor/CMakeLists.txt关于nghttp2设置,解决在线编译出错问题
2019-05-24 18:45:44 +08:00