标签:
源码地址:https://github.com/weinyzhou/Lua-sendfile
调用方法
local sendfile=require "sendfile";
sendfile.call(filename,-1,-1);
第一个参数文件名,
第二个参数开始位置
第三个参数长度
tengine lua 开源一 调用内部接口高效发送文件
原文地址:http://blog.csdn.net/tigerleap/article/details/42525847