> On Wed, Sep 16, 2015 at 4:42 PM, Руслан Закиров <[email protected]> wrote: > >> Ok I was able to strip down my setup down to one very simple app >> enabled >> and still reproduce the problem > > > 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 -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
