I think this meets your requirement https://github.com/alibaba/tengine/pull/335/files
-----邮件原件----- 发件人: [email protected] [mailto:[email protected]] 代表 Thomas Glanzmann 发送时间: 2014年1月23日 4:48 收件人: [email protected] 抄送: [email protected] 主题: Re: Implementing CONNECT in nginx Hello, * Thomas Glanzmann <[email protected]> [2014-01-22 16:15]: > I would like to extend nginx with a CONNECT statement which connects to > a TCP socket. Could someone walk me through which source files I need to > modify and which fucntions I should have a look at? to answer my own question. The websocket implementation. Diff between 1.3.12 and 1.3.13 comes very close to what I'm looking for. Cheers, Thomas _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
