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
cb15d3340f63f5b0b19f2559ba516f86b5153f0a
tango-tfe
/
plugin
/
protocol
/
CMakeLists.txt
3 lines
47 B
CMake
Raw
Normal View
History
Unescape
Escape
增加HTTP解析层目录结构,增加插件自注册功能。 * 增加HTTP解析层目录结构,集成CMakeLists.txt编译文件; * 调整编译顺序,先编译插件再编译平台; * 增加TFE_PLUGIN_REGISTER宏,在TFE启动时自注册插件; * 修改了stream_open接口,在插件流初始化接口不传入数据。
2018-09-03 16:16:36 +08:00
add_subdirectory
(
http
)
*由于git rebase冲突删除原tfe-new-http2分支 *提交包括http2数据替换,转发,截断,缓存代码 *合并最新develop-tfe3a后,http2验证代码提交 *http2重构验证代码提交 *http2添加br压缩解压缩接口和测试用例 *http2定时删除session信息代码提交 *修复bug,访问二级链接时由于nghttp2库收到control ping后,自发control ping包 造成链接断开后重连现象 *修复bug, 链接建立后服务端优先发送control包,未处理此数据包,造成页面访问失败
2019-02-22 15:42:20 +08:00
add_subdirectory
(
http2
)
Reference in New Issue
Copy Permalink