> Evgeny, again, you missed my point. I don't want uWSGI to add an HTTP > header. I want it to fix the uwsgi protocol, not by adding HTTP headers, > by > fixing the uwsgi protocol.
Ehm, Yaniv sorry for the mess, i should have clarified earlier, but uwsgi protocol is only for request. The response is a fully HTTP one (or a CGI one, with the Status header). So you have to fix it in the HTTP way. For modifiers that speak uwsgi protocol even for the response phase (like the RPC one) the size of the packet is specified in the header. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
