Bug report for APR [2004/04/04]

2004-04-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

apr_socket_sendfile wart

2004-04-04 Thread Joe Orton
apr_socket_sendfile takes an apr_off_t *offset, but none of the implementations update *offset and there is no comment in the header about what *offset should be updated to. Is this just another API screwup which can be fixed before 1.0 or is there some reason behind it? Regards, joe

Re: cvs commit: apr/network_io/win32 sockopt.c

2004-04-04 Thread André Malo
* Justin Erenkrantz <[EMAIL PROTECTED]> wrote: > --On Sunday, April 4, 2004 12:08 AM +0200 André Malo <[EMAIL PROTECTED]> > wrote: > > > It doesn't compile. > > > > apr_set_option(sock, APR_IPV6_V6ONLY, on); > > Would have saved me about 10 minutes of searching if you had said *which* > branch

Re: cvs commit: apr/network_io/win32 sockopt.c

2004-04-04 Thread Justin Erenkrantz
--On Sunday, April 4, 2004 12:08 AM +0200 André Malo <[EMAIL PROTECTED]> wrote: It doesn't compile. apr_set_option(sock, APR_IPV6_V6ONLY, on); Would have saved me about 10 minutes of searching if you had said *which* branch and OS it didn't compile on. ;-) Anyhoo, just corrected it on 0.9 branch