June 12, 2002
11:37 p.m.
This is a bug (due to that "Connection: close" header from Mozilla). I fixed it in CVS - 0.18.1 will include a fixed version. Until then you can get the updated version of twisted/protocols/http.py from CVS (see instructions on website.) BTW - you don't need to use twisted.web.server.Request - since the refactor to HTTP you only need twisted.protocols.http.Request, no need to use twisted.web unless you are using it as a web framework.