int Ns_ConnClose( Ns_Conn *conn );
The Ns_ConnClose function closes a connection. The semantics of this call are specific to the driver associated with the connection. In the case of a socket driver (the nssock module), this function will cause the socket associated with the connection to be closed. Ns_ConnClose returns a status of NS_OK or NS_ERROR.
This function is called by AOLserver before running any registered traces. You do not normally need to call it.