From c5724c1d0a70ad1aa539aa0063a300bc359ddf21 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 22 Jun 2022 14:20:42 -0400 Subject: [PATCH] Clarify. --- src/allmydata/protocol_switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/protocol_switch.py b/src/allmydata/protocol_switch.py index 5a9589c17..50a7b1476 100644 --- a/src/allmydata/protocol_switch.py +++ b/src/allmydata/protocol_switch.py @@ -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: