Hi, here's the source for the problem https://gist.github.com/ikatson/9374163
When the first and only request to uwsgi is a websocket request, harakiri is triggered, regardless of harakiri timeout. To reproduce: 1. Go to http://localhost:8000/, open the browser console (tested in Chrome only), the websocket should connect. 2. Everything should go smoothly, harakiri does not trigger. 3. Now kill uwsgi, and start it again. The browser will reconnect immediately. 4. On my machine, latest uwsgi, I get this in a loop: *** HARAKIRI ON WORKER 1*** 5. Now reload the browser page. Everything is smooth again, no HARAKIRI's.
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
