> You cannot use curl in that way (it will wait for the whole output). > This is common even for some browser (safari for example requires a > minimal amount of data before sending output). > > There is a flag to turning off buffering in curl: > > curl -N -i http://localhost:8080
I was under the impression that curl could work ... now I see that just adding \n (newlines) for each yield then curl wouldn't need the -N thanks -- damjan _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
