我们在端上发送数据的时候会在应用层协议之前加上一些buffer,但是后端的源站并不需要这些buffer,有没有什么手段可以在代理的过程中将这些buffer 读取出来并且删除掉呢? --
--
邮件来自列表“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/922fb086-7742-4ec2-a568-1434bac8d3c2n%40googlegroups.com。
receive() method of the request socket will consume the data from the buffer and such consumed data will not be seen by handlers further down the chain.