irrelevant

This commit is contained in:
meejah 2021-04-15 12:19:40 -06:00
parent 7a5b7487ef
commit 1a1947d7e9

View File

@ -67,7 +67,6 @@ class TransitConnection(LineReceiver):
self.factory.transit.usage, self.factory.transit.usage,
) )
self._state.connection_made(self) self._state.connection_made(self)
## self._log_requests = self.factory._log_requests
self.transport.setTcpKeepAlive(True) self.transport.setTcpKeepAlive(True)
# uncomment to turn on state-machine tracing # uncomment to turn on state-machine tracing