-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi.
This is expected. The uhttpd server is single threaded and will only
process one connection at a time, waits until the operation is finished,
and then switch to the next. By querying the server from within a
running cgi script you basically deadlo
if i fetch a cgi-script and this script
also fetches something from localhost,
than the webserver hangs, until restart.
so:
cgi-bin-welcome.sh
has something like
wget http://127.0.0.1/cgi-bin-database.sh
then the server hangs.
bye, Bastian.
PS: the flag "-A" (tcp-keepalive) is not documented i