$OpenBSD$ index 159c4be..a76ed8e 100644 --- netwerk/protocol/http/nsHttpChannel.h.orig Fri Feb 20 15:40:37 2015 +++ netwerk/protocol/http/nsHttpChannel.h Fri Feb 20 15:40:37 2015 @@ -282,6 +282,7 @@ private: nsresult ProcessPartialContent(); nsresult OnDoneReadingPartialCacheEntry(bool *streamDone); + void RemoveAuthorizationHeaderIfAppropriate(); nsresult DoAuthRetry(nsAHttpConnection *); void HandleAsyncRedirectChannelToHttps(); @@ -353,6 +354,7 @@ private: nsCOMPtr mOfflineCacheEntry; uint32_t mOfflineCacheLastModifiedTime; nsCOMPtr mApplicationCacheForWrite; + nsCString mCacheDomain; // auth specific data nsCOMPtr mAuthProvider;