On 27/01/2008, Manlio Perillo <[EMAIL PROTECTED]> wrote:
> Graham Dumpleton ha scritto:
> > [...]
>  >
> >
> > I have brought up the issue of chunked encoding and mutating input
> > filters previously, whether they be implemented in Apache or as WSGI
> > middleware. For the outcome of that discussion see:
> >
> >   
> > http://groups.google.com/group/python-web-sig/browse_frm/thread/25bf70b49a90e0c0
> >
>
>  > [...]
>
>
> This is just a suggestion, but what about "requiring" that a WSGI
> implementation calls the WSGI application only when all the request body
> has been read?

Can't do that. The input content could be dependent on partial
response content which has already been returned by the WSGI
application. Ie., something which streams in both ways.

Graham
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to