[Twisted-Python] Re: socket is not closed when connection failed
Itamar Shtull-Trauring
itamar at itamarst.org
Thu Feb 17 08:40:56 MST 2005
On Thu, 2005-02-17 at 21:00 +0800, Tsai Li Ming wrote:
> How serious is this bug? I'm particularly concern about twisted.web.server.
1. Servers don't open connections, so it's not relevant there.
2. It probably does not cause fd leaks, since python's gc will likely do
that. close()ing explicitly is better, obviously.
More information about the Twisted-Python
mailing list