28
28
def call(self, method, *args):
29
29
"""Call a method on the remote server."""
31
31
protocol.cancel_read_body()
36
42
request = self._medium.get_request()
37
43
smart_protocol = protocol.SmartClientRequestProtocolOne(request)
38
44
smart_protocol.call(method, *args)