02d8e0c Ticket 48898 - Crash during shutdown if nunc-stans is enabled

Authored and Committed by mreynolds 7 years ago
    Ticket 48898 - Crash during shutdown if nunc-stans is enabled
    
    Bug Description:  During server shutdown the connection table was
                      freed before we shut down the nunc-stans thread
                      pool.  This lead to a crash when a freed connection
                      pointer was deferenced in ns_handle_closure.
    
    Fix Description:  Close down the nunc-stans thread pool before freeing
                      the connection table.
    
    https://fedorahosted.org/389/ticket/48898
    
    Reviewed by: nhosoi(Thanks!)
    
        
file modified
+11 -5