Re: Reg. nginx_tcp_proxy_module

2013-04-23 Thread Maxim Dounin
Hello! On Tue, Apr 23, 2013 at 11:59:22AM +0530, ESWAR RAO wrote: > Hi All, > > I have a below setup: > > netcat client (nc localhost 8081) =>nginx server(8081) with tcp_proxy > module=>2 netcat servers(8031 and 8032) > > $ nc localhost 8081 > bii > > $ nc -lk 8031 > b

Reg. nginx_tcp_proxy_module

2013-04-22 Thread ESWAR RAO
Hi All, I have a below setup: netcat client (nc localhost 8081) =>nginx server(8081) with tcp_proxy module=>2 netcat servers(8031 and 8032) $ nc localhost 8081 bii $ nc -lk 8031 bii $ nc -lk 8032 If I kill the process $ nc -lk 8031, the client is also