Tom Donovan wrote: > > I see that apr_os_sock_put() set remote_addr_unknown=1 in earlier APR > versions too. It's actually apr_os_sock_make() and although it set unknown=1 where there was no remote addr, it assumed unknown from alloc_socket() was 0. Try the attached patch please? Bill