> Hi, > > I have upgraded from ~1.4.3 to 1.9.3. In the meanwhile, the handling of > the wsgi_req structure with respect to the body of the request has > changed. > > My question is: "if I write my custom plugin to follow the logic in the > function uwsgi_Input_read that is in ./plugins/python/wsgi_handlers.c to > get the entire body in my plugin, should I expect this to work or are > there a number of caveats?". > > Regards, > > Jeff Van Voorst > _______________________________________________ >
The objective is that all of the plugin should use those functions to read the body. So they should works even for your custom plugin, if they do not work it is a bug :) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
