mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-18029 Remove obsolete todos
This commit is contained in:
@@ -50,7 +50,6 @@ class MultiplexedSocketReader(object):
|
||||
return None, None
|
||||
else:
|
||||
buff = readall(self._socket.recv, 1)
|
||||
# todo is this actually the equivalent of `buff[0]`?
|
||||
direction, = struct.unpack('!b', buff)
|
||||
frame = readall(self._socket.recv, sz - 1)
|
||||
return direction, frame
|
||||
@@ -158,8 +157,6 @@ class TBidirectionalClientTransport(TTransportBase, FramedWriter):
|
||||
self._client_socket.close()
|
||||
|
||||
|
||||
# todo use TFramedTransport to wrap transport into size-prefixed messages
|
||||
|
||||
class TServerTransportBase(object):
|
||||
"""Base class for Thrift server transports."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user