dev  

Re: svn commit: r647263 - in /httpd/httpd/trunk: ./ docs/manual/mod/ include/ modules/aaa/ modules/filters/ modules/http/ server/

Ruediger Pluem
Fri, 02 May 2008 11:19:18 -0700



On 05/02/2008 07:54 PM, Roy T. Fielding wrote:
On May 2, 2008, at 4:07 AM, Plüm, Rüdiger, VF-Group wrote:

+                    c = low ^ hi;

Shouldn't this be c = low + hi ?

In theory either should work, which is faster?

The AND.

I agree that an AND (&) or an OR (|) would be also readable, but
above we have an XOR, which makes one think about its deeper meaning.

Regards

Rüdiger