+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
* 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
--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