On Wed, Sep 16, 2015 at 5:01 PM, Roberto De Ioris <[email protected]> wrote:
> > I was able to get it to fail from command line: > > > > uwsgi --plugin 'http,psgi' --http-socket :9000 --http-modifier1 5 --psgi > > bin/test.psgi --master --processes 1 --harakiri 1 > > http-socket is key thing here. changing it to http is a workaround. > > > > > Yes its the http-socket parser that reuses 4 bytes of the previous context: > > > https://github.com/unbit/uwsgi/commit/8906d5d0c480927f1d3f1148513900c91200859e > > clearing them should address it. > > Let me know Works on simplified test, going to try setup I started with. -- Руслан Закиров Руководитель отдела разработки веб-сервисов +7(916) 597-92-69, ruz @ <http://www.sports.ru/>
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
