--
--
邮件来自列表“openresty”,专用于技术讨论!
订阅: 请发空白邮件到 openresty...@googlegroups.com
发言: 请发邮件到 open...@googlegroups.com
退订: 请发邮件至 openresty+...@googlegroups.com
归档: http://groups.google.com/group/openresty
官网: http://openresty.org/
仓库: https://github.com/agentzh/ngx_openresty
教程: http://openresty.org/download/agentzh-nginx-tutorials-zhcn.html
---
您收到此邮件是因为您订阅了Google网上论坛上的“openresty”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到openresty+...@googlegroups.com。
要在网络上查看此讨论,请访问https://groups.google.com/d/msgid/openresty/5c77a364-451e-4fb0-a943-1953810cf078%40googlegroups.com。
这类问题,你抓包分析一下应该就知道Geoff zhang <zhang.g...@gmail.com> 于2019年7月23日周二 下午7:06写道:
大家知道什么原因或者有什么好的建议吗?--
在 2019年7月23日星期二 UTC+8下午7:04:52,Geoff zhang写道:local data, err, partial1 = downsock:receive('*a') --下游接收数据if partial1 thenlocal bytes, err = upsock:send(partial1) --向上游send数据local data1,err,partial = upsock:receive('*a') -- 从上游接收数据if partial thendownsock:send(partial) -- 向下游send数据endreturnelsengx.say("boom!")returnend
--
邮件来自列表“openresty”,专用于技术讨论!
订阅: 请发空白邮件到 open...@googlegroups.com
发言: 请发邮件到 open...@googlegroups.com
退订: 请发邮件至 open...@googlegroups.com
归档: http://groups.google.com/group/openresty
官网: http://openresty.org/
仓库: https://github.com/agentzh/ngx_openresty
教程: http://openresty.org/download/agentzh-nginx-tutorials-zhcn.html
---
您收到此邮件是因为您订阅了Google网上论坛上的“openresty”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到openresty+unsubscribe@googlegroups.com。
要在网络上查看此讨论,请访问https://groups.google.com/d/msgid/openresty/5c77a364-451e-4fb0-a943-1953810cf078%40googlegroups.com。