> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Op 24-01-12 21:40, Roberto De Ioris schreef: >> Expect-continue has nothing to do with post-buffering. > > You know that when postbuffering is enabled and the wsgi.input is not > touched, also a delay is induced? (Using uwsgi as webserver)
yes, that is because uWSGI worker will try to buffer (read) from wsgi.input automatically, but curl will not send data before 1 sec is elapsed. I totally forgot the expect-continue feature (as well as the discussion in web-sig) i am pretty sure that we could abuse it for some additional security feature. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
