Re: HTTP To TCP Conversion

2017-04-01 Thread Francis Daly
On Wed, Mar 29, 2017 at 12:44:09PM -0400, nginxsantos wrote: Hi there, > Can someone please guide me on how this can be done. I am quite familiar > with nginx code. If someone can guide me how this can be achieved (passing > the incoming traffic over tcp connection to tcp clients), I can pick

Re: HTTP To TCP Conversion

2017-03-29 Thread nginxsantos
Can someone please guide me on how this can be done. I am quite familiar with nginx code. If someone can guide me how this can be achieved (passing the incoming traffic over tcp connection to tcp clients), I can pick up... Any help from the nginx team would be appreciated. Posted at Nginx Forum:

Re: HTTP To TCP Conversion

2017-03-26 Thread nginxsantos
Thanks. Is the LUA capable enough to exchange between HTTP module to TCP module? Any reference? Thanks. Santos Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273098,273197#msg-273197 ___ nginx mailing list nginx@nginx.org

Re: HTTP To TCP Conversion

2017-03-24 Thread nginxsantos
Thank you. Can you please share more info on this please. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273098,273181#msg-273181 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: HTTP To TCP Conversion

2017-03-22 Thread Maxim Konovalov
Hello, On 3/21/17 7:35 PM, nginxsantos wrote: > Hi, > > I am planning to use Nginx as a webserver to the front end of my susbcriber > tasks (1:N, 1 Rest Server for N Subscriber Tasks). The communication between > the Nginx and my tasks would be over TCP. So, when the Nginx receives the > HTTP

HTTP To TCP Conversion

2017-03-21 Thread nginxsantos
Hi, I am planning to use Nginx as a webserver to the front end of my susbcriber tasks (1:N, 1 Rest Server for N Subscriber Tasks). The communication between the Nginx and my tasks would be over TCP. So, when the Nginx receives the HTTP messages, it will parse the message and then put to those