insignificant change in twistedutil.protocol
This commit is contained in:
@@ -100,8 +100,7 @@ class GreenTransportBase(object):
|
|||||||
self._disconnected_event = Event()
|
self._disconnected_event = Event()
|
||||||
|
|
||||||
def build_protocol(self):
|
def build_protocol(self):
|
||||||
protocol = self.protocol_class(self)
|
return self.protocol_class(self)
|
||||||
return protocol
|
|
||||||
|
|
||||||
def _got_transport(self, transport):
|
def _got_transport(self, transport):
|
||||||
self._queue.send(transport)
|
self._queue.send(transport)
|
||||||
|
|||||||
Reference in New Issue
Block a user