> Hi,
>
> It seems that using internal HTTP support + psgi keep-alive does not
> work. Is this intentional or I do something wrong?
>
> I am running the server as:
>
> $ ./uwsgi --http-socket :8090 --http-keepalive --psgi ka.pl


http-keepalive is for the http router, not the native http-socket option.

The http-socket does not support keep-alives (as it is meant to be run
behind a proxy)

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

Reply via email to