With the second patch (rev2565) it seem to be working fine, with 1000 posts I had no issue. Also stracing worker during post doesn't show doubled close(). Thanks!
2012/9/17 Roberto De Ioris <[email protected]>: > >> 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 -- Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
