> Last commit seems to broke it even more, post data is not what I'm > sending. It seems that uWSGI splits post data into chunks (due to > --post-buffering) but it fails to combine them in write order, also > first last chunks are missing in data app is getting. I suspect that > this last rewrite is work in progress (?). > -- > Łukasz Mierzwa > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
Yes, it is a work in progress, i am on a train, so connection is flaky :) Basically ruby's GC is destroying the rack.input file too early, so i am implementing it as a custom object (like in python) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
