Re: [Web-SIG] WSGI Components Mailing List

2006-10-18 Thread Jim Fulton
Titus Brown wrote: > On Tue, Oct 17, 2006 at 08:42:36PM -0400, Luke Arno wrote: > -> I set up a mailing list for WSGI component users > -> and developers. I have had a few emails asking > -> questions and looking for help. I thought it would > -> be good to have a list with that scope. > > What's

Re: [Web-SIG] WSGI Components Mailing List

2006-10-18 Thread Bill Janssen
> I am happy to direct these conversations to > wherever folks want. Is this the place, after all? You bet! Let's keep things here, till folks complain. Bill ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubs

[Web-SIG] wsgiref bug with HEAD request

2006-10-18 Thread Sylvain Hellegouarch
All, It seems the default server from wsgiref (from wsgiref.simple_server import make_server) seems not to respect Content-Length in case of HEAD request. Since no body can be returned in a response to a HEAD request, the content length is set to 0 by the server. In that case Content-Length is th