mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-23 18:13:41 +00:00
Clarify.
This commit is contained in:
parent
7577d1e24c
commit
c5724c1d0a
@ -107,7 +107,7 @@ class FoolscapOrHttp(Protocol, metaclass=PretendToBeNegotiation):
|
||||
protocol = factory.buildProtocol(self.transport.getPeer())
|
||||
protocol.makeConnection(self.transport)
|
||||
protocol.dataReceived(self._buffer)
|
||||
# TODO __getattr__ or maybe change the __class__
|
||||
# TODO maybe change the __class__
|
||||
self._http = protocol
|
||||
|
||||
def connectionLost(self, reason: Failure) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user