You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jeff Trawick <tr...@gmail.com> on 2005/06/14 04:44:59 UTC

remove some improper optimizations in socket option handling

The apr_is_option_set() stuff is only applicable to boolean settings. 
With other settings, there could be multiple calls with different
values.  (perhaps not practical, but still...)

Am I missing something here?

Re: remove some improper optimizations in socket option handling

Posted by Joe Orton <jo...@redhat.com>.
On Mon, Jun 13, 2005 at 10:44:59PM -0400, Jeff Trawick wrote:
> The apr_is_option_set() stuff is only applicable to boolean settings. 
> With other settings, there could be multiple calls with different
> values.  (perhaps not practical, but still...)
> 
> Am I missing something here?

Not that I can see, +1.

joe