Libapr Support for IPV6

2010-02-16 Thread raj reddy
Hi All, This is in reference to Windows: I am building a module that has a requirement to support IPV6. Kindly let me know, if the present libapr that comes with apache install supports IPV6 by default? If not where can i download it? status = apr_sockaddr_info_get(peer,

Re: svn commit: r910597 - /apr/apr/trunk/shmem/unix/shm.c

2010-02-16 Thread Mladen Turk
On 02/16/2010 06:07 PM, jfcl...@apache.org wrote: Log: Make sure we don't leak file descriptors. if (new_m-shmkey == (key_t)-1) { +apr_file_close(file); return errno; } File will be closed when the pool gets destroyed. Closing here has little