Exemple #1
0
def transport():
    transport = StringTransport()
    transport.abortConnection = lambda: None
    return transport