> Roberto De Ioris <roberto@...> writes:
>
>> currently big endian support is broken
>
> What version(s) should i use on 64-bit big endian architecture?
> I plan to use Nginx and http or uwsgi  protocol to speak with
> uWSGI (depends on which will work).
> I've tried 1.2.4, 1.9.18, 2.0.2 and none worked for me. I'm
> getting size/request errors at uWSGI side  even if i try
> embedded http server.
>
> P.S.: I've tried same on little endian machine, and everything
> just works.
>
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>

It has been fixed long ago

getting 2.0.2 on OpenBSD big endian (an old ibook g3):

uwsgi --httprouter :9090 --wsgi-file examples/welcome.py --master

works

uwsgi --http-socket :9090 --wsgi-file examples/welcome.py --master

works too for me

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to