• Jim Fulton's avatar
    Fixed a possible problem with management of server connection · 1cceda96
    Jim Fulton authored
    triggers.  Now that server triggers are shared, it makes no sense to
    close them.  It's possible that the old logic in _pull_trigger got
    around the potential problem intriduced when I made the server trigger
    shared. I can't think of a good reason, otherwise, why tests weren't
    failing.
    
    Getting rid of close trigger simplified the code a bit. Also factored
    some common close behavior, allowing me to get rid of an override.
    1cceda96
connection.py 32.5 KB