增加HTTP解析层目录结构,增加插件自注册功能。
* 增加HTTP解析层目录结构,集成CMakeLists.txt编译文件; * 调整编译顺序,先编译插件再编译平台; * 增加TFE_PLUGIN_REGISTER宏,在TFE启动时自注册插件; * 修改了stream_open接口,在插件流初始化接口不传入数据。
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include <tfe_utils.h>
|
||||
#include <tfe_future.h>
|
||||
#include <tfe_stream.h>
|
||||
#include <tfe_proxy.h>
|
||||
|
||||
#include <platform.h>
|
||||
#include <proxy.h>
|
||||
#include <kni_acceptor.h>
|
||||
|
||||
Reference in New Issue
Block a user