mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 795082 http remove dead or redundant code r=honzab
--HG-- extra : rebase_source : 7dbaffae0670fb71ef8baa29a9884f63edfa2488
This commit is contained in:
parent
5be3c350ff
commit
03420cc4e4
@ -1459,12 +1459,6 @@ SpdySession3::ReadSegments(nsAHttpSegmentReader *reader,
|
||||
|
||||
LOG3(("SpdySession3::ReadSegments %p", this));
|
||||
|
||||
NS_ABORT_IF_FALSE(!mSegmentReader || !reader || (mSegmentReader == reader),
|
||||
"Inconsistent Write Function Callback");
|
||||
|
||||
if (reader)
|
||||
mSegmentReader = reader;
|
||||
|
||||
SpdyStream3 *stream = static_cast<SpdyStream3 *>(mReadyForWrite.PopFront());
|
||||
if (!stream) {
|
||||
LOG3(("SpdySession3 %p could not identify a stream to write; suspending.",
|
||||
|
@ -83,7 +83,6 @@ public:
|
||||
uint32_t TimeToLive();
|
||||
|
||||
void DontReuse();
|
||||
void DropTransport() { DontReuse(); mSocketTransport = 0; }
|
||||
|
||||
bool IsProxyConnectInProgress()
|
||||
{
|
||||
|
@ -53,8 +53,7 @@ InsertTransactionSorted(nsTArray<nsHttpTransaction*> &pendingQ, nsHttpTransactio
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
nsHttpConnectionMgr::nsHttpConnectionMgr()
|
||||
: mRef(0)
|
||||
, mReentrantMonitor("nsHttpConnectionMgr.mReentrantMonitor")
|
||||
: mReentrantMonitor("nsHttpConnectionMgr.mReentrantMonitor")
|
||||
, mMaxConns(0)
|
||||
, mMaxPersistConnsPerHost(0)
|
||||
, mMaxPersistConnsPerProxy(0)
|
||||
|
@ -437,7 +437,6 @@ private:
|
||||
// NOTE: these members may be accessed from any thread (use mReentrantMonitor)
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
int32_t mRef;
|
||||
mozilla::ReentrantMonitor mReentrantMonitor;
|
||||
nsCOMPtr<nsIEventTarget> mSocketThreadTarget;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user