Re: [Web-SIG] WSGI 2.0

2007-04-06 Thread Graham Dumpleton
On 07/04/07, Clark C. Evans <[EMAIL PROTECTED]> wrote: > On Fri, Apr 06, 2007 at 12:08:17PM +1000, Graham Dumpleton wrote: > | FWIW, in mod_wsgi I have now added a directive which allows one to > | enable within a specific context that chunked transfer encoding should > | be used for a response whe

Re: [Web-SIG] WSGI 2.0

2007-04-06 Thread James Y Knight
On Apr 6, 2007, at 2:41 AM, Graham Dumpleton wrote: > Am I take this then that you believe or are proposing that WSGI 2.0 > should require that if no content length is provided in a response and > it can' be calculated, that a WSGI adapter should ensure the web > server uses chunked transfer encodi

Re: [Web-SIG] WSGI 2.0

2007-04-06 Thread Clark C. Evans
On Fri, Apr 06, 2007 at 12:08:17PM +1000, Graham Dumpleton wrote: | On 03/04/07, Clark C. Evans <[EMAIL PROTECTED]> wrote: | >On Fri, Mar 30, 2007 at 11:10:17AM +1000, Graham Dumpleton wrote: | >| One other issue if aiming at supporting chunked encoding for a request, | >| is how (if one even can)