Re: Nginx Websocket proxy dropping frames

2014-04-25 Thread FlappySocks
After analysing the data stream, Nginx is indeed streaming the data. The difference is Nginx is buffering it into one continuous stream, where as the data from the browsers is fragmented. The websocket implementation I was using needed fixing. Posted at Nginx Forum:

Nginx Websocket proxy dropping frames

2014-04-24 Thread FlappySocks
Connecting to my websocket server directly works (Chrome or Firefox). Connecting via the Nginx websocket proxy connects, but drops frames. Here is an example of the JSON messages: -- {login : { username: user, password : pass}} -- {loginReply : { state: ok}} -- {someSetting1 : { something:

Re: Nginx Websocket proxy dropping frames

2014-04-24 Thread B.R.
Logs? --- *B. R.* ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx