Re: [Web-SIG] WSGI Content-Length issues.

2008-01-08 Thread Brian Smith
Graham Dumpleton wrote: > Can the group mind provide some clarification on the following please. > > 1. The WSGI specification does not require that a WSGI > adapter provide an EOF indicator if an attempt is made to > read more data from wsgi.input than defined by request > Content-Length. Thi

[Web-SIG] WSGI Content-Length issues.

2008-01-08 Thread Graham Dumpleton
Can the group mind provide some clarification on the following please. 1. The WSGI specification does not require that a WSGI adapter provide an EOF indicator if an attempt is made to read more data from wsgi.input than defined by request Content-Length. Is though a WSGI adapter required to explic