ap_kill_cleanups_for_socket — remove the cleanup for a socket
void ap_kill_cleanups_for_socket(pool *p, int sock)
Removes the cleanup function for the socket sock
.
This is normally done for you when the socket is closed by
ap_pclosesocket()
, but it may occasionally be
necessary to call it directly.