Browse Source
This is a layering violation - the SocketPipe doesn't own the socket and provides no other way to close the socket, leading to unnecessary complexity like that in interface.py. I looked at deamon.py and NetworkProxy - the two other users, and they don't close the sockets explicitly, just let them be garbage collected.283
Neil Booth
10 years ago
2 changed files with 3 additions and 7 deletions
Loading…
Reference in new issue