
26 Oct
2004
26 Oct
'04
5:21 a.m.
Seun Osewa naijasms@gmail.com writes:
== FROM THE DOCUMENTATION == "Alternatively, they can return a special constant, twisted.web.server.NOT_DONE_YET, which tells the web server not to close the connection;
Doesn't this mean the web server automatically closes HTTP connections when request.close() is called?
This has nothing to do with persistent connections. It just means that you have callbacks that must be triggered before the response will be finished.