ap_note_cleanups_for_socket — register a cleanup for a socket
void ap_note_cleanups_for_socket(pool *p, int fd)
Registers a cleanup function that will close the socket when the pool
is destroyed. This is distinct from ap_note_cleanups_for_fd(
)
because sockets and file descriptors are not equivalent
on Win32.