On 2/22/13 7:25 PM, bernhardr...@gmail.com wrote:
const unsigned long LOAD_NOCOOKIES = 1 << 15;
... just stop sending / accepting cookies at this request

1<<15 is LOAD_FRESH_CONNECTION, no?

const unsigned long LOAD_NOAUTH  = 1 << 16;
... don't add authentification headers automatically

1<<16 is LOAD_DOCUMENT_URI.

So at the very least you'll need different values for these constants.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to