• Jeremy Hylton's avatar
    Change handling of tpc_abort() during disconnection. · b3667600
    Jeremy Hylton authored
    Fix likely bug where calling tpc_abort() after a client disconnected
    did not properly clear the client's internal state about the
    transaction.  The change means that tpc_abort() will never raise a
    ClientDisconnected error, even when disconnected.
    
    Added a new test that sort-of covers this case and deleted another
    that was testing, in part, that you did get a ClientDisconnected
    error.
    b3667600
ClientStorage.py 35 KB