Bug 1320744 - Part 3, implement nsIThreadRetargetableRequest in HttpChannelChild. r=mayhemer
MozReview-Commit-ID: FyLXlkQde3h
This commit is contained in:
@@ -150,7 +150,8 @@ private:
|
||||
NS_IMPL_ISUPPORTS(AddHeadersToChannelVisitor, nsIHttpHeaderVisitor)
|
||||
|
||||
HttpBaseChannel::HttpBaseChannel()
|
||||
: mStartPos(UINT64_MAX)
|
||||
: mCanceled(false)
|
||||
, mStartPos(UINT64_MAX)
|
||||
, mStatus(NS_OK)
|
||||
, mLoadFlags(LOAD_NORMAL)
|
||||
, mCaps(0)
|
||||
@@ -158,7 +159,6 @@ HttpBaseChannel::HttpBaseChannel()
|
||||
, mPriority(PRIORITY_NORMAL)
|
||||
, mRedirectionLimit(gHttpHandler->RedirectionLimit())
|
||||
, mApplyConversion(true)
|
||||
, mCanceled(false)
|
||||
, mIsPending(false)
|
||||
, mWasOpened(false)
|
||||
, mRequestObserversCalled(false)
|
||||
|
||||
Reference in New Issue
Block a user