webdino / amethyst

Simple WebViewer App for embedded systems (patches for Firefox/Gecko)
https://gecko-embedded.org/docs/webviewer/
5 stars 1 forks source link

セーフブラウジングを無効化する #42

Closed dynamis closed 5 years ago

dynamis commented 5 years ago

Issue を立て忘れていましたが、セーフブラウジングサービスもプライバシーポリシーに記載されている機能 (#2 参照) で、無効化が必要

報告部分は Firefox ブラウザの UI を消している時点で関係ないが、セーフブラウジングのデーターベース更新などやマルウェアチェックの通信は残っているので対応が必要。

hATrayflood commented 5 years ago

https://github.com/webdino/amethyst/commit/213d6a158563d4ef346252daf989166ec9d90237 対応しました。 https://sb-ssl.google.com/safebrowsing/clientreport/download へのアクセスを削除したほか、以下の値をfalseに読み替える、または処理を進まないように変更しました。

@dynamis @kou029w

hATrayflood commented 5 years ago

セーフブラウジングのデーターベース更新は以前の作業ですでに止まってます。 https://github.com/webdino/amethyst/issues/14#issuecomment-529717087 https://github.com/webdino/amethyst/commit/ebe23f8ccb9a174f8f33095e89836e7d155a4ea7

dynamis commented 5 years ago

https://sb-ssl.google.com/safebrowsing/clientreport/download へのアクセスを削除したほか、以下の値をfalseに読み替える、または処理を進まないように変更しました。

ありがとうございます。実装方針問題ありません。

セーフブラウジングのデーターベース更新は以前の作業ですでに止まってます。

ですよね。一切やってないハズはない気がしたんですよね...

kou029w commented 5 years ago

データーベース更新のための通信とファイルをダウンロードする際の通信が無いことを確認しました

確認方法

セーフブラウジングを有効化したプロファイルの作成:

いずれも about:config から true に設定

どちらも about:config から "0" に設定

ログファイルを記録するために使用したコマンド:

NSPR_LOG_MODULES=nsHttp:5,nsSocketTransport:5,nsHostResolver:5 webviewer url 2>logfile

ログファイルから計測するために使用したコマンド:

grep -E 'Host:[[:space:]]+[^[:space:]]+' /path/to/logfile | wc -l

結果

about:blank

結果: 0 アクセス先: なし

実際のログ ```log [4087:Main Thread]: D/nsHostResolver nsHostResolver::Init this=0xffffb6658940 [4087:Main Thread]: D/nsHostResolver Initialized TRRService [4087:Main Thread]: D/nsSocketTransport STS dispatch [0xffffaf181a40] [4087:Socket Thread]: D/nsSocketTransport STS thread init 1000 sockets [4087:Socket Thread]: D/nsSocketTransport PollableEvent() using pipe [4087:Socket Thread]: D/nsSocketTransport PollableEvent() ctor ok [4087:Socket Thread]: D/nsSocketTransport STS poll iter [4087:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4087:Socket Thread]: D/nsSocketTransport timeout = 0 milliseconds [4087:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4087:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4087:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4087:Socket Thread]: D/nsSocketTransport STS dispatch [0xffffaf181dc0] [4087:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4087:Socket Thread]: D/nsSocketTransport nsSocketTransportService::OnKeepaliveEnabledPrefChange enabled [4087:Socket Thread]: D/nsSocketTransport STS poll iter [4087:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4087:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4087:Main Thread]: D/nsHostResolver Shutting down host resolver. [4087:Main Thread]: D/nsHostResolver nsHostResolver::Init this=0xffffb6658940 [4087:Main Thread]: D/nsHostResolver Calling 'res_ninit'. [4087:Main Thread]: D/nsHostResolver Exiting TRRService [4087:Main Thread]: D/nsHostResolver Initialized TRRService [4087:Main Thread]: D/nsHttp Creating nsHttpHandler [this=0xffffa58b3800]. [4087:Main Thread]: D/nsHttp nsHttpHandler::SetFastOpenOSSupport version 4.19.13-cip1-yocto-standard [4087:Main Thread]: D/nsHttp nsHttpHandler::SetFastOpenOSSupport supported. [4087:Main Thread]: D/nsHttp nsHttpHandler::Init [4087:Main Thread]: D/nsHttp nsHttpHandler::PrefsChanged [pref=(null)] [4087:Main Thread]: D/nsHttp nsHttpHandler::PrefsChanged Security Pref Changed (null) [4087:Main Thread]: D/nsHttp nsHttpHandler::MakeNewRequestTokenBucket this=0xffffa58b3800 child=0 [4087:Main Thread]: V/nsHttp Creating nsHttpConnectionMgr @0xffffa277e8d0 [4087:Main Thread]: V/nsHttp nsHttpConnectionMgr::Init [4087:Main Thread]: D/nsHttp nsHttpHandler::MakeNewRequestTokenBucket this=0xffffa58b3800 child=0 [4087:Main Thread]: D/nsSocketTransport EventTokenBucket::SetRate 0xffffa27f9040 80 10 [4087:Main Thread]: D/nsSocketTransport STS dispatch [0xffffa27f8580] [4087:Main Thread]: D/nsSocketTransport PollableEvent::Signal [4087:Main Thread]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4087:Socket Thread]: D/nsSocketTransport ...returned after 1780 milliseconds [4087:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4087:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4087:Socket Thread]: D/nsSocketTransport STS dispatch [0xffffa27f8640] [4087:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4087:Socket Thread]: D/nsSocketTransport STS poll iter [4087:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4087:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9e9d8238] [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9e9d83b8] Attempting load of libEGL.so [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9bb713b8] [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9b6c0078] [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9bb716b8] [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9b6c01c8] [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9bb719b8] [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9b6c0318] [4087:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff9bb71cb8] [4087:Main Thread]: D/nsHttp nsHttpHandler::BuildUserAgent ```

ファイルダウンロード

https://file-examples.com/wp-content/uploads/2017/10/file-sample_150kB.pdf にアクセス

結果: 1 アクセス先: file-examples.com (ダウンロードするファイルのホスト)

実際のログ ```log [4186:Main Thread]: D/nsHostResolver nsHostResolver::Init this=0xffffa6858940 [4186:Main Thread]: D/nsHostResolver Initialized TRRService [4186:Main Thread]: D/nsSocketTransport STS dispatch [0xffff9f381a40] [4186:Socket Thread]: D/nsSocketTransport STS thread init 1000 sockets [4186:Socket Thread]: D/nsSocketTransport PollableEvent() using pipe [4186:Socket Thread]: D/nsSocketTransport PollableEvent() ctor ok [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 1 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff9f38a700] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::OnKeepaliveEnabledPrefChange enabled [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsHostResolver Shutting down host resolver. [4186:Main Thread]: D/nsHostResolver nsHostResolver::Init this=0xffffa6858940 [4186:Main Thread]: D/nsHostResolver Calling 'res_ninit'. [4186:Main Thread]: D/nsHostResolver Exiting TRRService [4186:Main Thread]: D/nsHostResolver Initialized TRRService [4186:Main Thread]: D/nsHttp Creating nsHttpHandler [this=0xffff95ab3800]. [4186:Main Thread]: D/nsHttp nsHttpHandler::SetFastOpenOSSupport version 4.19.13-cip1-yocto-standard [4186:Main Thread]: D/nsHttp nsHttpHandler::SetFastOpenOSSupport supported. [4186:Main Thread]: D/nsHttp nsHttpHandler::Init [4186:Main Thread]: D/nsHttp nsHttpHandler::PrefsChanged [pref=(null)] [4186:Main Thread]: D/nsHttp nsHttpHandler::PrefsChanged Security Pref Changed (null) [4186:Main Thread]: D/nsHttp nsHttpHandler::MakeNewRequestTokenBucket this=0xffff95ab3800 child=0 [4186:Main Thread]: V/nsHttp Creating nsHttpConnectionMgr @0xffff9317e8d0 [4186:Main Thread]: V/nsHttp nsHttpConnectionMgr::Init [4186:Main Thread]: D/nsHttp nsHttpHandler::MakeNewRequestTokenBucket this=0xffff95ab3800 child=0 [4186:Main Thread]: D/nsSocketTransport EventTokenBucket::SetRate 0xffff931f9040 80 10 [4186:Main Thread]: D/nsSocketTransport STS dispatch [0xffff931f8580] [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport ...returned after 1781 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff931f8600] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff8ebd8238] [4186:Main Thread]: D/nsHttp nsHttpHandler::NewProxiedChannel [proxyInfo=(nil)] [4186:Main Thread]: V/nsHttp Creating HttpBaseChannel @0xffff90816000 [4186:Main Thread]: D/nsHttp Creating nsHttpChannel [this=0xffff90816000] [4186:Main Thread]: V/nsHttp HttpBaseChannel::Init [this=0xffff90816000] [4186:Main Thread]: V/nsHttp host=file-examples.com port=-1 [4186:Main Thread]: V/nsHttp uri=https://file-examples.com/wp-content/uploads/2017/10/file-sample_150kB.pdf [4186:Main Thread]: D/nsHttp nsHttpHandler::BuildUserAgent [4186:Main Thread]: D/nsHttp nsHttpChannel::Init [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpChannel::OnClassOfServiceUpdated this=0xffff90816000, cos=64 [4186:Main Thread]: D/nsHttp nsHttpChannel::AsyncOpen [this=0xffff90816000] [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff90816040] [4186:Main Thread]: D/nsHttp nsHttpChannel 0xffff90816000 not eligible for tail-blocking [4186:Main Thread]: V/nsHttp HttpBaseChannel::EnsureRequestContextID this=0xffff90816000 id=105a00000004 [4186:Main Thread]: V/nsHttp HttpBaseChannel::AddAsNonTailRequest this=0xffff90816000, rc=0xffff968f5700, already added=0 [4186:Main Thread]: V/nsHttp HttpBaseChannel::SetRequestHeader [this=0xffff90816000 header="Cookie" value="" merge=0] [4186:Main Thread]: D/nsHttp nsHttpHandler::NotifyObservers [chan=0xffff90816040 event="http-on-opening-request"] [4186:Main Thread]: D/nsHttp nsHttpChannel::ResolveProxy [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpChannel::OnProxyAvailable [this=0xffff90816000 pi=(nil) status=0 mStatus=0] [4186:Main Thread]: D/nsHttp nsHttpChannel::BeginConnect [this=0xffff90816000] [4186:Main Thread]: D/nsHttp host=file-examples.com port=-1 [4186:Main Thread]: D/nsHttp uri=https://file-examples.com/wp-content/uploads/2017/10/file-sample_150kB.pdf [4186:Main Thread]: D/nsHttp AltSvcCache::LookupMapping 0xffff9317e8d8 https:file-examples.com:443:.: [4186:Main Thread]: D/nsHttp AltSvcCache::LookupMapping 0xffff9317e8d8 MISS [4186:Main Thread]: D/nsHttp AltSvcCache::GetAltServiceMapping 0xffff9317e8d8 key=https:file-examples.com:443:.: existing=(nil) validated=0 ttl=0 [4186:Main Thread]: D/nsHttp nsHttpChannel 0xffff90816000 Using default connection info [4186:Main Thread]: V/nsHttp Init nsHttpConnectionInfo @0xffff8c671400 [4186:Main Thread]: D/nsHttp nsHttpChannelAuthProvider::AddAuthorizationHeaders? [this=0xffff95add010 channel=0xffff908165d8] [4186:Main Thread]: D/nsHttp nsHttpAuthCache::GetAuthEntryForPath [key=https://file-examples.com:-1 path=/wp-content/uploads/2017/10/] [4186:Main Thread]: D/nsHttp nsHttpHandler::NotifyObservers [chan=0xffff90816040 event="http-on-modify-request"] [4186:Main Thread]: D/nsHttp nsHttpHandler::NotifyObservers [chan=0xffff90816040 event="http-on-useragent-request"] [4186:Main Thread]: D/nsHttp nsHttpChannel::SetPriority 0xffff90816000 p=-20 [4186:Main Thread]: D/nsHttp nsHttpChannel [0xffff90816000] created nsChannelClassifier [0xffff8d1a1d90] [4186:Main Thread]: D/nsHttp nsHttpChannel::BeginConnect [this=0xffff90816000] prefetching [4186:Main Thread]: D/nsHttp nsHttpChannel::ContinueBeginConnectWithResult [this=0xffff90816000] [4186:Main Thread]: V/nsHttp HttpBaseChannel::SetRequestHeader [this=0xffff90816000 header="Upgrade-Insecure-Requests" value="1" merge=0] [4186:Main Thread]: D/nsHttp nsHttpHandler::NotifyObservers [chan=0xffff90816040 event="http-on-before-connect"] [4186:Main Thread]: D/nsHttp nsHttpChannel::Connect [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpChannel 0xffff90816000 tracking resource=0, cos=64 [4186:Main Thread]: D/nsHttp nsHttpChannel 0xffff90816000 not eligible for tail-blocking [4186:Main Thread]: V/nsHttp HttpBaseChannel::AddAsNonTailRequest this=0xffff90816000, rc=0xffff968f5700, already added=1 [4186:Main Thread]: D/nsHttp nsHttpChannel::ConnectOnTailUnblock [this=0xffff90816000] [4186:Main Thread]: V/nsHttp nsHttpConnectionMgr::SpeculativeConnect [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Main Thread]: D/nsSocketTransport STS dispatch [0xffff8c691880] [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Main Thread]: D/nsHttp nsHttpChannel::OpenCacheEntry [this=0xffff90816000] [4186:Socket Thread]: D/nsSocketTransport ...returned after 841 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c691940] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgSpeculativeConnect [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: V/nsHttp Init nsHttpConnectionInfo @0xffff8c671700 [4186:Socket Thread]: V/nsHttp Init nsHttpConnectionInfo @0xffff8c6717c0 [4186:Socket Thread]: V/nsHttp nsConnectionEntry::nsConnectionEntry this=0xffff95a9ea50 key=.S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: D/nsHttp Destroying nsHttpConnectionInfo @0xffff8c671700 [4186:Socket Thread]: V/nsHttp OnMsgSpeculativeConnect Transport not created due to existing connection count [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsHttp nsHttpChannel::Connect 0xffff90816000 AwaitingCacheCallbacks forces async [4186:Main Thread]: D/nsHttp nsHttpChannel::ContinueBeginConnectWithResult result [this=0xffff90816000 rv=0 mCanceled=0] [4186:Main Thread]: D/nsHttp nsHttpChannel::Starting nsChannelClassifier 0xffff8d1a1d90 [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpChannel::OnCacheEntryAvailable [this=0xffff90816000 entry=0xffff8c698d00 new=1 appcache=(nil) status=0 mAppCache=(nil) mAppCacheForWrite=(nil)] [4186:Main Thread]: D/nsHttp nsHttpChannel::TriggerNetwork [this=0xffff90816000] [4186:Main Thread]: D/nsHttp triggering network [4186:Main Thread]: D/nsHttp nsHttpChannel::DetermineContentLength 0xffff90816000 no body [4186:Main Thread]: D/nsHttp nsHttpChannel::SetupTransaction [this=0xffff90816000, cos=64, prio=-20] [4186:Main Thread]: V/nsHttp Creating nsHttpTransaction @0xffff95a6c000 [4186:Main Thread]: D/nsHttp nsHttpChannel 0xffff90816000 created nsHttpTransaction 0xffff95a6c000 [4186:Main Thread]: V/nsHttp nsHttpTransaction::Init [this=0xffff95a6c000 caps=1021] [4186:Main Thread]: V/nsHttp window-id = 6 [4186:Main Thread]: I/nsHttp http request [ [4186:Main Thread]: I/nsHttp GET /wp-content/uploads/2017/10/file-sample_150kB.pdf HTTP/1.1 [4186:Main Thread]: I/nsHttp Host: file-examples.com [4186:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:60.0) Gecko/20100101 Firefox/60.0 [4186:Main Thread]: I/nsHttp Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [4186:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 [4186:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br [4186:Main Thread]: I/nsHttp Connection: keep-alive [4186:Main Thread]: I/nsHttp Upgrade-Insecure-Requests: 1 [4186:Main Thread]: I/nsHttp ] [4186:Main Thread]: V/nsHttp nsHttpTransaction 0xffff95a6c000 SetRequestContext 0xffff968f5700 [4186:Main Thread]: V/nsHttp nsHttpConnectionMgr::AddTransaction [trans=0xffff95a6c000 -20] [4186:Main Thread]: D/nsSocketTransport STS dispatch [0xffff8d1fca00] [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport ...returned after 74 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c691880] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgNewTransaction [trans=0xffff95a6c028] [4186:Socket Thread]: V/nsHttp FindCoalescableConnection .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp FindCoalescableConnection(.S.....[tlsflags0x00000000]file-examples.com:443) no matching conn [4186:Socket Thread]: V/nsHttp GetSpdyActiveConn() request for ent 0xffff95a9ea50 .S.....[tlsflags0x00000000]file-examples.com:443 did not find an active connection [4186:Socket Thread]: V/nsHttp Init nsHttpConnectionInfo @0xffff8c671e80 [4186:Socket Thread]: D/nsHttp Destroying nsHttpConnectionInfo @0xffff8c671e80 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::TryDispatchTransaction without conn [trans=0xffff95a6c000 halfOpen=(nil) conn=(nil) ci=0xffff8c6717c0 ci=.S.....[tlsflags0x00000000]file-examples.com:443 caps=1021 tunnelprovider=(nil) onlyreused=0 active=0 idle=0] [4186:Socket Thread]: V/nsHttp FindCoalescableConnection .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp FindCoalescableConnection(.S.....[tlsflags0x00000000]file-examples.com:443) no matching conn [4186:Socket Thread]: V/nsHttp GetSpdyActiveConn() request for ent 0xffff95a9ea50 .S.....[tlsflags0x00000000]file-examples.com:443 did not find an active connection [4186:Socket Thread]: D/nsSocketTransport EventTokenBucket::SubmitEvent 0xffff931f9040 [4186:Socket Thread]: D/nsSocketTransport EventTokenBucket::UpdateCredits 0xffff931f9040 to 125000 (12500 each.. 10.00) [4186:Socket Thread]: D/nsSocketTransport dispatched synchronously [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::TryDispatchTransactionOnIdleConn, ent=0xffff95a9ea50, trans=0xffff95a6c000, urgent=1 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::MakeNewConnection 0xffff9317e8d0 ent=0xffff95a9ea50 trans=0xffff95a6c000 [4186:Socket Thread]: V/nsHttp FindCoalescableConnection .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp FindCoalescableConnection(.S.....[tlsflags0x00000000]file-examples.com:443) no matching conn [4186:Socket Thread]: V/nsHttp GetSpdyActiveConn() request for ent 0xffff95a9ea50 .S.....[tlsflags0x00000000]file-examples.com:443 did not find an active connection [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::AtActiveConnectionLimit [ci=.S.....[tlsflags0x00000000]file-examples.com:443 caps=1021,totalCount=0, maxPersistConns=6] [4186:Socket Thread]: V/nsHttp Creating nsHalfOpenSocket [this=0xffff98558cc0 trans=0xffff95a6c000 ent=file-examples.com key=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupStreams [this=0xffff98558cc0 ent=.S.....[tlsflags0x00000000]file-examples.com:443] setup routed transport to origin file-examples.com:443 via :443 [4186:Socket Thread]: D/nsSocketTransport creating nsSocketTransport @0xffff95a6c400 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::Init [this=0xffff95a6c400 host=file-examples.com:443 origin=file-examples.com:443 proxy=:0] [4186:Socket Thread]: D/nsSocketTransport Reset callbacks for secinfo=(nil) callbacks=0xffff8c6972e0 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OpenOutputStream [this=0xffff95a6c400 flags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::PostEvent [this=0xffff95a6c400 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c697e50] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OpenInputStream [this=0xffff95a6c400 flags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::PostEvent [this=0xffff95a6c400 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c697e80] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff95a6c698] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ActivateTimeoutTick() this=0xffff9317e8d0 mTimeoutTick=(nil) [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupPrimaryStream [this=0xffff98558cc0 ent=file-examples.com rv=0] [4186:Socket Thread]: V/nsHttp dispatched step 4 (async new conn) trans=0xffff95a6c000 [4186:Socket Thread]: V/nsHttp adding transaction to pending queue [trans=0xffff95a6c000 urgent-start-count=1] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c691880] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketEvent [this=0xffff95a6c400 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport MSG_ENSURE_CONNECT [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::ResolveHost [this=0xffff95a6c400 file-examples.com:443] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0003] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0003 progress=0] [4186:Socket Thread]: D/nsHostResolver Resolving host [file-examples.com]. [4186:Socket Thread]: D/nsHostResolver No usable address in cache for host [file-examples.com]. [4186:Socket Thread]: D/nsHostResolver DNS thread counters: total=1 any-live=0 idle=0 pending=1 [4186:Socket Thread]: D/nsHostResolver DNS lookup for host [file-examples.com] blocking pending 'getaddrinfo' query: callback [0xffff8c667a60] [4186:Socket Thread]: D/nsSocketTransport advancing to STATE_RESOLVING [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketEvent [this=0xffff95a6c400 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport MSG_ENSURE_CONNECT [4186:Socket Thread]: D/nsSocketTransport ignoring redundant event [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Unnamed thread 0xffff8c696160]: D/nsHostResolver DNS lookup thread - starting execution. [4186:DNS Resolver #1]: D/nsHostResolver DNS lookup thread - Calling getaddrinfo for host [file-examples.com]. [4186:Main Thread]: D/nsHttp sending progress and status notification [this=0xffff90816000 status=804b0003 progress=0/0] [4186:DNS Resolver #1]: D/nsHostResolver DNS lookup thread - lookup completed for host [file-examples.com]: success. [4186:DNS Resolver #1]: D/nsHostResolver nsHostResolver::CompleteLookup file-examples.com 0xffff8c691b00 0 trr=0 stillResolving=0 [4186:DNS Resolver #1]: D/nsHostResolver nsHostResolver record 0xffff8ebd8f80 new gencnt [4186:DNS Resolver #1]: D/nsHostResolver Caching host [file-examples.com] record for 60 seconds (grace 0). [4186:DNS Resolver #1]: D/nsHostResolver CompleteLookup: file-examples.com has 185.135.88.81 [4186:DNS Resolver #1]: D/nsHostResolver nsHostResolver record 0xffff8ebd8f80 calling back dns users [4186:DNS Resolver #1]: D/nsSocketTransport nsSocketTransport::PostEvent [this=0xffff95a6c400 type=1 status=0 param=0xffff8c6b1ac0] [4186:DNS Resolver #1]: D/nsSocketTransport STS dispatch [0xffff8c6b1af0] [4186:DNS Resolver #1]: D/nsSocketTransport PollableEvent::Signal [4186:DNS Resolver #1]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport ...returned after 312 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c691ac0] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketEvent [this=0xffff95a6c400 type=1 status=0 param=0xffff8c6b1ac0] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b000b] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b000b progress=0] [4186:Socket Thread]: D/nsSocketTransport MSG_DNS_LOOKUP_COMPLETE [4186:Socket Thread]: D/nsHostResolver Checking blacklist for host [file-examples.com], host record [0xffff8ebd8f80]. [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::InitiateSocket [this=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::BuildSocket [this=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport pushing io layer [0:ssl] [4186:Socket Thread]: D/nsSocketTransport [secinfo=0xffff892ff700 callbacks=0xffff8c6972e0] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::AttachSocket [handler=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::AddToIdleList [handler=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport active=0 idle=1 [4186:Socket Thread]: D/nsSocketTransport advancing to STATE_CONNECTING [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0007] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0007 progress=0] [4186:Socket Thread]: D/nsHostResolver Checking blacklist for host [file-examples.com], host record [0xffff8ebd8f80]. [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::nsHalfOpenSocket::OnTransportStatus STATUS_CONNECTING_TO Established New Coalescing Key # 0 for host file-examples.com [185.135.88.81~.:443/[]viaDNS] [4186:Socket Thread]: V/nsHttp FindCoalescableConnection .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp FindCoalescableConnection(.S.....[tlsflags0x00000000]file-examples.com:443) no matching conn [4186:Socket Thread]: V/nsHttp GetSpdyActiveConn() request for ent 0xffff95a9ea50 .S.....[tlsflags0x00000000]file-examples.com:443 did not find an active connection [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupBackupTimer() [this=0xffff98558cc0] [4186:Socket Thread]: D/nsSocketTransport trying address: 185.135.88.81 [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::AddToPollList [handler=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport active=1 idle=1 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::RemoveFromIdleList [handler=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport active=1 idle=0 [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds Attempting load of libEGL.so [4186:Timer]: D/nsSocketTransport PollableEvent::Signal [4186:Timer]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport ...returned after 250 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff891fd480] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupStreams [this=0xffff98558cc0 ent=.S.....[tlsflags0x00000000]file-examples.com:443] setup routed transport to origin file-examples.com:443 via :443 [4186:Socket Thread]: D/nsSocketTransport creating nsSocketTransport @0xffff888a7c00 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::Init [this=0xffff888a7c00 host=file-examples.com:443 origin=file-examples.com:443 proxy=:0] [4186:Socket Thread]: D/nsSocketTransport Reset callbacks for secinfo=(nil) callbacks=0xffff8889a580 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OpenOutputStream [this=0xffff888a7c00 flags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::PostEvent [this=0xffff888a7c00 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8889a5b0] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OpenInputStream [this=0xffff888a7c00 flags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::PostEvent [this=0xffff888a7c00 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8889a5e0] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff888a7e98] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ActivateTimeoutTick() this=0xffff9317e8d0 mTimeoutTick=0xffff8c698e00 [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupBackupStream [this=0xffff98558cc0 ent=file-examples.com rv=0] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff891fd480] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketEvent [this=0xffff888a7c00 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport MSG_ENSURE_CONNECT [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::ResolveHost [this=0xffff888a7c00 file-examples.com:443] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff888a7c00 status=804b0003] [4186:Socket Thread]: D/nsHostResolver Resolving host [file-examples.com]. [4186:Socket Thread]: D/nsHostResolver Trying AF_UNSPEC entry for host [file-examples.com] af: AF_INET. [4186:Socket Thread]: D/nsHostResolver Checking blacklist for host [file-examples.com], host record [0xffff8ebd8f80]. [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::PostEvent [this=0xffff888a7c00 type=1 status=0 param=0xffff8889a610] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8889a640] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport advancing to STATE_RESOLVING [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketEvent [this=0xffff888a7c00 type=0 status=0 param=(nil)] [4186:Socket Thread]: D/nsSocketTransport MSG_ENSURE_CONNECT [4186:Socket Thread]: D/nsSocketTransport ignoring redundant event [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff891fd480] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketEvent [this=0xffff888a7c00 type=1 status=0 param=0xffff8889a610] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff888a7c00 status=804b000b] [4186:Socket Thread]: D/nsSocketTransport MSG_DNS_LOOKUP_COMPLETE [4186:Socket Thread]: D/nsHostResolver Checking blacklist for host [file-examples.com], host record [0xffff892ffb80]. [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::InitiateSocket [this=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::BuildSocket [this=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport pushing io layer [0:ssl] [4186:Socket Thread]: D/nsSocketTransport [secinfo=0xffff892ffd00 callbacks=0xffff8889a580] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::AttachSocket [handler=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::AddToIdleList [handler=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport active=1 idle=1 [4186:Socket Thread]: D/nsSocketTransport advancing to STATE_CONNECTING [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff888a7c00 status=804b0007] [4186:Socket Thread]: D/nsSocketTransport trying address: 185.135.88.81 [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::AddToPollList [handler=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport active=2 idle=1 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::RemoveFromIdleList [handler=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport active=2 idle=0 [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 27 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=2] [4186:Socket Thread]: D/nsSocketTransport advancing to STATE_TRANSFERRING [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0004] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0004 progress=0] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=7 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=3] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff95a6c698 cond=0] [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::OnOutputStreamReady [this=0xffff98558cc0 ent=file-examples.com primary] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ConditionallyStopTimeoutTick armed=1 active=1 [4186:Socket Thread]: V/nsHttp Creating nsHttpConnection @0xffff888a8000 [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupConn Created new nshttpconnection 0xffff888a8000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::Init this=0xffff888a8000 sockettransport=0xffff95a6c418 [4186:Socket Thread]: D/nsSocketTransport Reset callbacks for secinfo=0xffff892ff700 callbacks=0xffff8889ad00 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ActivateTimeoutTick() this=0xffff9317e8d0 mTimeoutTick=0xffff8c698e00 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::DispatchTransaction [ent-ci=.S.....[tlsflags0x00000000]file-examples.com:443 0xffff95a9ea50 trans=0xffff95a6c000 caps=1021 conn=0xffff888a8000 priority=-20] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::DispatchAbstractTransaction [ci=.S.....[tlsflags0x00000000]file-examples.com:443 trans=0xffff95a6c000 caps=1021 conn=0xffff888a8000] [4186:Socket Thread]: V/nsHttp nsHttpConnection::Activate [this=0xffff888a8000 trans=0xffff95a6c000 caps=1021] [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888a8000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp nsHttpConnection::InitSSLParams [this=0xffff888a8000] connectingToProxy=0 [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=(nil) tlsfilter=(nil) socket=0xffff95a6c418 [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL Allow SPDY NPN selection [4186:Socket Thread]: I/nsHttp Http2Session::ALPNCallback sslsocketcontrol=0xffff892ff7e8 [4186:Socket Thread]: I/nsHttp Http2Session::ALPNCallback version=304 [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupNPNList 0xffff888a8000 0 [4186:Socket Thread]: V/nsHttp InitSSLParams Setting up SPDY Negotiation OK [4186:Socket Thread]: V/nsHttp nsHttpConnection::StartShortLivedTCPKeepalives[0xffff888a8000] idle time[10s]. [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SetKeepaliveVals [0xffff95a6c400] keepalive disabled, idle time[10s] retry interval[1s] packet count[4] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SetKeepaliveEnabled [0xffff95a6c400] enabled, idle time[10s] retry interval[1s] packet count[4]: globally enabled. [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::AddActiveTransaction t=0xffff95a6c000 tabid=6(0) thr=0 [4186:Socket Thread]: V/nsHttp Active transactions +[0,0,1,0] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::TouchThrottlingTimeWindow [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::EnsureThrottleTickerIfNeeded [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::IsThrottleTickerNeeded [4186:Socket Thread]: V/nsHttp nothing to throttle [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable [this=0xffff888a8000] host=file-examples.com [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=0xffff95a6c000 tlsfilter=(nil) socket=0xffff95a6c418 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b000c progress=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete 0xffff888a8000 - early selected alpn not available, we will try one more time. [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete 0xffff888a8000 - early selected alpn not available [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable 0xffff888a8000 ReadSegments returned [rv=0 read=0 sock-cond=80470007 again=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff95a6c698] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=0] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 241 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff888a7c00 outFlags=2] [4186:Socket Thread]: D/nsSocketTransport advancing to STATE_TRANSFERRING [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff888a7c00 status=804b0004] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=7 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff888a7c00 outFlags=3] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff888a7e98 cond=0] [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::OnOutputStreamReady [this=0xffff98558cc0 ent=file-examples.com backup] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ConditionallyStopTimeoutTick armed=1 active=1 [4186:Socket Thread]: V/nsHttp Creating nsHttpConnection @0xffff888ac000 [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupConn Created new nshttpconnection 0xffff888ac000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::Init this=0xffff888ac000 sockettransport=0xffff888a7c18 [4186:Socket Thread]: D/nsSocketTransport Reset callbacks for secinfo=0xffff892ffd00 callbacks=0xffff89135430 [4186:Socket Thread]: V/nsHttp nsHalfOpenSocket::SetupConn null transaction will be used to finish SSL handshake on conn 0xffff888ac000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ActivateTimeoutTick() this=0xffff9317e8d0 mTimeoutTick=0xffff8c698e00 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::DispatchAbstractTransaction [ci=.S.....[tlsflags0x00000000]file-examples.com:443 trans=0xffff8c68e520 caps=1021 conn=0xffff888ac000] [4186:Socket Thread]: V/nsHttp nsHttpConnection::Activate [this=0xffff888ac000 trans=0xffff8c68e520 caps=1021] [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888ac000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp nsHttpConnection::InitSSLParams [this=0xffff888ac000] connectingToProxy=0 [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=(nil) tlsfilter=(nil) socket=0xffff888a7c18 [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL Allow SPDY NPN selection [4186:Socket Thread]: I/nsHttp Http2Session::ALPNCallback sslsocketcontrol=0xffff892ffde8 [4186:Socket Thread]: I/nsHttp Http2Session::ALPNCallback version=304 [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupNPNList 0xffff888ac000 0 [4186:Socket Thread]: V/nsHttp InitSSLParams Setting up SPDY Negotiation OK [4186:Socket Thread]: V/nsHttp nsHttpConnection::StartShortLivedTCPKeepalives[0xffff888ac000] idle time[10s]. [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SetKeepaliveVals [0xffff888a7c00] keepalive disabled, idle time[10s] retry interval[1s] packet count[4] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SetKeepaliveEnabled [0xffff888a7c00] enabled, idle time[10s] retry interval[1s] packet count[4]: globally enabled. [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable [this=0xffff888ac000] host=file-examples.com [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=0xffff8c68e520 tlsfilter=(nil) socket=0xffff888a7c18 [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete 0xffff888ac000 - early selected alpn not available, we will try one more time. [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete 0xffff888ac000 - early selected alpn not available [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable 0xffff888ac000 ReadSegments returned [rv=0 read=0 sock-cond=80470007 again=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff888a7e98] [4186:Socket Thread]: V/nsHttp Destroying nsHalfOpenSocket [this=0xffff98558cc0] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ProcessPendingQ [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff892e9600] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff888a7e60 cond=0] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff892e9700] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgProcessPendingQ [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ProcessPendingQForEntry [ci=.S.....[tlsflags0x00000000]file-examples.com:443 ent=0xffff95a9ea50 active=2 idle=0 urgent-start-queue=0 queued=0] [4186:Socket Thread]: V/nsHttp urgent queue [ [4186:Socket Thread]: V/nsHttp ] active urgent conns [ [4186:Socket Thread]: V/nsHttp ] active regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888a8000 [4186:Socket Thread]: V/nsHttp 0xffff888ac000 [4186:Socket Thread]: V/nsHttp ] idle urgent conns [ [4186:Socket Thread]: V/nsHttp ] idle regular conns [ [4186:Socket Thread]: V/nsHttp ] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ProcessPendingQForEntry [ci=.S.....[tlsflags0x00000000]file-examples.com:443 ent=0xffff95a9ea50 active=2 idle=0 urgent-start-queue=0 queued=0] [4186:Socket Thread]: V/nsHttp urgent queue [ [4186:Socket Thread]: V/nsHttp ] active urgent conns [ [4186:Socket Thread]: V/nsHttp ] active regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888a8000 [4186:Socket Thread]: V/nsHttp 0xffff888ac000 [4186:Socket Thread]: V/nsHttp ] idle urgent conns [ [4186:Socket Thread]: V/nsHttp ] idle regular conns [ [4186:Socket Thread]: V/nsHttp ] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 39 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff95a6c698 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable [this=0xffff888a8000] host=file-examples.com [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=0xffff95a6c000 tlsfilter=(nil) socket=0xffff95a6c418 [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable 0xffff888a8000 ReadSegments returned [rv=0 read=0 sock-cond=80470007 again=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff95a6c698] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:SSL Cert #1]: D/nsSocketTransport STS dispatch [0xffff89135880] [4186:SSL Cert #1]: D/nsSocketTransport PollableEvent::Signal [4186:Socket Thread]: D/nsSocketTransport ...returned after 12 milliseconds [4186:SSL Cert #1]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff892e9600] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff95a6c698 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable [this=0xffff888a8000] host=file-examples.com [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=0xffff95a6c000 tlsfilter=(nil) socket=0xffff95a6c418 [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete 0xffff888a8000 [.S.....[tlsflags0x00000000]file-examples.com:443] negotiated to '' [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete [this=0xffff888a8000] early data not accepted [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete [this=0xffff888a8000] setting complete to true [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b000d progress=0] [4186:Socket Thread]: V/nsHttp writing transaction request stream [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ReadSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=0xffff95a6c000 tlsfilter=(nil) socket=0xffff95a6c418 [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::Write [this=0xffff95a6c698 count=370] [4186:Socket Thread]: D/nsSocketTransport calling PR_Write [count=370] [4186:Socket Thread]: D/nsSocketTransport PR_Write returned [n=370] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0005] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0005 progress=370] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnTransportStatus 0xffff95a6c000 SENDING_TO without request body [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ReadRequestSegment 0xffff95a6c000 read=370 [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable 0xffff888a8000 ReadSegments returned [rv=0 read=370 sock-cond=0 again=1] [4186:Socket Thread]: V/nsHttp writing transaction request stream [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ReadSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable 0xffff888a8000 ReadSegments returned [rv=0 read=0 sock-cond=0 again=1] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b000a progress=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::ResumeRecv [this=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Timer]: D/nsSocketTransport STS dispatch [0xffff906da100] [4186:Timer]: D/nsSocketTransport PollableEvent::Signal [4186:Timer]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport ...returned after 62 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff892e9a40] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::Observe [topic="timer-callback"] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::TimeoutTick active=2 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::TimeoutTick() this=0xffff9317e8d0 host=file-examples.com idle=0 active=2 half-len=0 pending=0 urgentStart pending=0 [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 135 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff888a7c00 outFlags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff888a7e98 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable [this=0xffff888ac000] host=file-examples.com [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=0xffff8c68e520 tlsfilter=(nil) socket=0xffff888a7c18 [4186:SSL Cert #1]: D/nsSocketTransport STS dispatch [0xffff89135a90] [4186:SSL Cert #1]: D/nsSocketTransport PollableEvent::Signal [4186:SSL Cert #1]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable 0xffff888ac000 ReadSegments returned [rv=0 read=0 sock-cond=80470007 again=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff888a7e98] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c6d0f00] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=6 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff888a7c00 outFlags=2] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff888a7e98 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable [this=0xffff888ac000] host=file-examples.com [4186:Socket Thread]: V/nsHttp nsHttpConnection::GetSecurityInfo trans=0xffff8c68e520 tlsfilter=(nil) socket=0xffff888a7c18 [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete 0xffff888ac000 [.S.....[tlsflags0x00000000]file-examples.com:443] negotiated to '' [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete [this=0xffff888ac000] early data not accepted [4186:Socket Thread]: V/nsHttp nsHttpConnection::EnsureNPNComplete [this=0xffff888ac000] setting complete to true [4186:Socket Thread]: V/nsHttp writing transaction request stream [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketWritable 0xffff888ac000 ReadSegments returned [rv=80470002 read=0 sock-cond=0 again=1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::CloseTransaction[this=0xffff888ac000 trans=0xffff8c68e520 reason=80470002] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ReclaimConnection [conn=0xffff888ac000] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c6d0f00] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8c6d0f40] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgReclaimConnection [ent=0xffff95a9ea50 conn=0xffff888ac000] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ConditionallyStopTimeoutTick armed=1 active=1 [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888ac000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp adding connection to idle list [4186:Socket Thread]: V/nsHttp nsHttpConnection::BeginIdleMonitoring [this=0xffff888ac000] [4186:Socket Thread]: V/nsHttp Entering Idle Monitoring Mode [this=0xffff888ac000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff888a7e60] [4186:Socket Thread]: V/nsHttp nsHttpConnection::TTL: 0xffff888ac000 file-examples.com idle 314 timeout 5000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::PruneDeadConnectionsAfter [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgProcessPendingQ [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ProcessPendingQForEntry [ci=.S.....[tlsflags0x00000000]file-examples.com:443 ent=0xffff95a9ea50 active=1 idle=1 urgent-start-queue=0 queued=0] [4186:Socket Thread]: V/nsHttp urgent queue [ [4186:Socket Thread]: V/nsHttp ] active urgent conns [ [4186:Socket Thread]: V/nsHttp ] active regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888a8000 [4186:Socket Thread]: V/nsHttp ] idle urgent conns [ [4186:Socket Thread]: V/nsHttp ] idle regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888ac000 [4186:Socket Thread]: V/nsHttp ] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ProcessPendingQForEntry [ci=.S.....[tlsflags0x00000000]file-examples.com:443 ent=0xffff95a9ea50 active=1 idle=1 urgent-start-queue=0 queued=0] [4186:Socket Thread]: V/nsHttp urgent queue [ [4186:Socket Thread]: V/nsHttp ] active urgent conns [ [4186:Socket Thread]: V/nsHttp ] active regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888a8000 [4186:Socket Thread]: V/nsHttp ] idle urgent conns [ [4186:Socket Thread]: V/nsHttp ] idle regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888ac000 [4186:Socket Thread]: V/nsHttp ] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 44 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable [this=0xffff888a8000] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=-1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=0 socketin=80470007 [4186:Socket Thread]: V/nsHttp nsHttpConnection::ResumeRecv [this=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 11 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable [this=0xffff888a8000] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=353] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=353] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=353 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=353] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseHead [count=353] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [HTTP/1.1 200 OK] [4186:Socket Thread]: V/nsHttp nsHttpResponseHead::ParseVersion [version=HTTP/1.1 200 OK] [4186:Socket Thread]: V/nsHttp Have status line [version=11 status=200 statusText=OK] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Date: Thu, 19 Sep 2019 10:03:38 GMT] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Server: Apache/2.4.10] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Last-Modified: Mon, 16 Oct 2017 10:53:18 GMT] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [ETag: "22dc2-55ba7d07a50d7"] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Accept-Ranges: bytes] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Content-Length: 142786] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Cache-Control: max-age=0] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Expires: Thu, 19 Sep 2019 10:03:38 GMT] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Keep-Alive: timeout=5, max=100] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Connection: Keep-Alive] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ParseLine [Content-Type: application/pdf] [4186:Socket Thread]: V/nsHttp ParseContentType [type=application/pdf] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=0] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContentStart [this=0xffff95a6c000] [4186:Socket Thread]: I/nsHttp http response [ [4186:Socket Thread]: I/nsHttp HTTP/1.1 200 OK [4186:Socket Thread]: I/nsHttp Date: Thu, 19 Sep 2019 10:03:38 GMT [4186:Socket Thread]: I/nsHttp Server: Apache/2.4.10 [4186:Socket Thread]: I/nsHttp Last-Modified: Mon, 16 Oct 2017 10:53:18 GMT [4186:Socket Thread]: I/nsHttp ETag: "22dc2-55ba7d07a50d7" [4186:Socket Thread]: I/nsHttp Accept-Ranges: bytes [4186:Socket Thread]: I/nsHttp Content-Length: 142786 [4186:Socket Thread]: I/nsHttp Cache-Control: max-age=0 [4186:Socket Thread]: I/nsHttp Expires: Thu, 19 Sep 2019 10:03:38 GMT [4186:Socket Thread]: I/nsHttp Keep-Alive: timeout=5, max=100 [4186:Socket Thread]: I/nsHttp Connection: Keep-Alive [4186:Socket Thread]: I/nsHttp Content-Type: application/pdf [4186:Socket Thread]: I/nsHttp OriginalHeaders [4186:Socket Thread]: I/nsHttp Date: Thu, 19 Sep 2019 10:03:38 GMT [4186:Socket Thread]: I/nsHttp Server: Apache/2.4.10 [4186:Socket Thread]: I/nsHttp Last-Modified: Mon, 16 Oct 2017 10:53:18 GMT [4186:Socket Thread]: I/nsHttp ETag: "22dc2-55ba7d07a50d7" [4186:Socket Thread]: I/nsHttp Accept-Ranges: bytes [4186:Socket Thread]: I/nsHttp Content-Length: 142786 [4186:Socket Thread]: I/nsHttp Cache-Control: max-age=0 [4186:Socket Thread]: I/nsHttp Expires: Thu, 19 Sep 2019 10:03:38 GMT [4186:Socket Thread]: I/nsHttp Keep-Alive: timeout=5, max=100 [4186:Socket Thread]: I/nsHttp Connection: Keep-Alive [4186:Socket Thread]: I/nsHttp Content-Type: application/pdf [4186:Socket Thread]: I/nsHttp ] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::CheckForStickyAuthScheme this=0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnHeadersAvailable [this=0xffff888a8000 trans=0xffff95a6c000 response-head=0xffff892f85e0] [4186:Socket Thread]: V/nsHttp Connection can be reused [this=0xffff888a8000 idle-timeout=5sec] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=0 read=0 mContentRead=0 mContentLength=142786] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=0 socketin=0 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=-1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=0 socketin=80470007 [4186:Socket Thread]: V/nsHttp nsHttpConnection::ResumeRecv [this=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=2 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsHttp sending progress and status notification [this=0xffff90816000 status=804b000b progress=0/0] [4186:Main Thread]: D/nsHttp sending progress and status notification [this=0xffff90816000 status=804b0007 progress=0/0] [4186:Main Thread]: D/nsHttp sending progress and status notification [this=0xffff90816000 status=804b0004 progress=0/0] [4186:Main Thread]: D/nsHttp sending progress and status notification [this=0xffff90816000 status=804b000c progress=0/0] [4186:Main Thread]: D/nsHttp sending progress and status notification [this=0xffff90816000 status=804b000d progress=0/0] [4186:Main Thread]: D/nsHttp sending progress and status notification [this=0xffff90816000 status=804b000a progress=0/0] [4186:Socket Thread]: D/nsSocketTransport ...returned after 217 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff888a7c00 outFlags=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff888a7e60 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888ac000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp Input data on idle conn 0xffff888ac000, but not closing yet [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [1] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::AddToIdleList [handler=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport active=2 idle=1 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::RemoveFromPollList [handler=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport index=1 mActiveCount=2 [4186:Socket Thread]: D/nsSocketTransport active=1 idle=1 [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 58 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable [this=0xffff888a8000] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=16737] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=16384 mContentLength=142786] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=16384] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=16384] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=33121] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=32768 mContentLength=142786] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=32768 socketin=0 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=-1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=0 socketin=80470007 [4186:Socket Thread]: V/nsHttp nsHttpConnection::ResumeRecv [this=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff95a6c660] [4186:Main Thread]: D/nsHttp nsHttpChannel::OnStartRequest [this=0xffff90816000 request=0xffff8c671dc0 status=0] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Main Thread]: D/nsHttp nsHttpChannel::ProcessResponse [this=0xffff90816000 httpStatus=200] [4186:Main Thread]: D/nsHttp Checking certificate signature: The OID tag is 194 [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpHandler::NotifyObservers [chan=0xffff90816040 event="http-on-examine-response"] [4186:Main Thread]: D/nsHttp nsHttpChannel: No Strict-Transport-Security header, continuing load. [4186:Main Thread]: D/nsHttp nsHttpChannel: No Public-Key-Pins header, continuing load. [4186:Main Thread]: D/nsHttp nsHttpChannelAuthProvider::CheckForSuperfluousAuth? [this=0xffff95add010 channel=0xffff908165d8] [4186:Main Thread]: D/nsHttp continuation state has been reset [4186:Main Thread]: D/nsHttp nsHttpChannel::ContinueProcessResponse1 [this=0xffff90816000, rv=804b0001] [4186:Main Thread]: D/nsHttp nsHttpChannel::ProcessNormal [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpChannel::ContinueProcessNormal [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpChannel::InitCacheEntry [this=0xffff90816000 entry=0xffff8c698d00] [4186:Main Thread]: V/nsHttp nsHttpResponseHead::MustValidate ?? [4186:Main Thread]: V/nsHttp no mandatory validation requirement [4186:Main Thread]: D/nsHttp nsHttpChannel::AddCacheEntryHeaders [this=0xffff90816000] begin [4186:Main Thread]: D/nsHttp nsHttpChannel::CallOnStartRequest [this=0xffff90816000] [4186:Main Thread]: D/nsHttp calling mListener->OnStartRequest [this=0xffff90816000, listener=0xffff8c68d040] [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsSocketTransport STS dispatch [0xffff892d6070] [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal [4186:Socket Thread]: D/nsSocketTransport ...returned after 91 milliseconds [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8928bf80] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsSocketTransport STS dispatch [0xffff892d6130] [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8928bf40] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: V/nsHttp HttpBaseChannel::SetApplyConversion [this=0xffff90816000 value=1] [4186:Main Thread]: D/nsHttp nsHttpChannel::OnClassOfServiceUpdated this=0xffff90816000, cos=96 [4186:Main Thread]: V/nsHttp nsHttpConnectionMgr::UpdateClassOfServiceOnTransaction [trans=0xffff95a6c000 classOfService=96] [4186:Main Thread]: D/nsSocketTransport STS dispatch [0xffff892d7100] [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal [4186:Socket Thread]: D/nsSocketTransport ...returned after 2 milliseconds [4186:Main Thread]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Main Thread]: V/nsHttp HttpBaseChannel::AddAsNonTailRequest this=0xffff90816000, rc=0xffff968f5700, already added=1 [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff892d7080] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgUpdateClassOfServiceOnTransaction [trans=0xffff95a6c028] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::UpdateActiveTransaction ENTER t=0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::RemoveActiveTransaction t=0xffff95a6c000 tabid=6(0) thr=0 [4186:Socket Thread]: V/nsHttp Active transactions -[0,0,0,0] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::AddActiveTransaction t=0xffff95a6c000 tabid=6(0) thr=1 [4186:Socket Thread]: V/nsHttp Active transactions +[0,0,0,1] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::TouchThrottlingTimeWindow [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::EnsureThrottleTickerIfNeeded [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::IsThrottleTickerNeeded [4186:Socket Thread]: V/nsHttp nothing to throttle [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::UpdateActiveTransaction EXIT t=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: V/nsHttp HttpBaseChannel::DoApplyContentConversions [this=0xffff90816000] [4186:Main Thread]: D/nsHttp nsHttpChannel::CloseCacheEntry [this=0xffff90816000] mStatus=0 mCacheEntryIsWriteOnly=1 [4186:Main Thread]: D/nsHttp nsHttpChannel::OnDataAvailable [this=0xffff90816000 request=0xffff8c671dc0 offset=0 count=32768] [4186:Main Thread]: D/nsHttp requestFromCache: 0 mFirstResponseSource: 0 [4186:Socket Thread]: D/nsSocketTransport ...returned after 180 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable [this=0xffff888a8000] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=49505] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=49152 mContentLength=142786] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=16384] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=16384] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=65889] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=65536 mContentLength=142786] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=32768 socketin=0 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Main Thread]: D/nsHttp nsHttpChannel::OnDataAvailable [this=0xffff90816000 request=0xffff8c671dc0 offset=32768 count=32768] [4186:Main Thread]: D/nsHttp requestFromCache: 0 mFirstResponseSource: 0 [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=82273] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=81920 mContentLength=142786] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=16384] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=16384] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=-1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=16384 socketin=80470007 [4186:Socket Thread]: V/nsHttp nsHttpConnection::ResumeRecv [this=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsHttp nsHttpChannel::OnDataAvailable [this=0xffff90816000 request=0xffff8c671dc0 offset=65536 count=16384] [4186:Main Thread]: D/nsHttp requestFromCache: 0 mFirstResponseSource: 0 [4186:Socket Thread]: D/nsSocketTransport ...returned after 274 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable [this=0xffff888a8000] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=98657] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=98304 mContentLength=142786] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=16384] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=16384] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=115041] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=114688 mContentLength=142786] [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=32768 socketin=0 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ShouldThrottle trans=0xffff95a6c000 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=32768] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=32768] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=16384] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=131425] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=16384 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=16384 read=16384 mContentRead=131072 mContentLength=142786] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=16384] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=16384] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=11714] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::SendStatus [this=0xffff95a6c400 status=804b0006] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::OnSocketStatus [this=0xffff95a6c000 status=804b0006 progress=143139] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WritePipeSegment 0xffff95a6c000 written=11714 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::ProcessData [this=0xffff95a6c000 count=11714] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=11714] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::HandleContent [this=0xffff95a6c000 count=11714 read=11714 mContentRead=142786 mContentLength=142786] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::RemoveDispatchedAsBlocking this=0xffff95a6c000 not blocking [4186:Socket Thread]: V/nsHttp nsHttpTransaction 0xffff95a6c000 request context set to null in ReleaseBlockingTransaction() - was 0xffff968f5700 [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=0 n=28098 socketin=0 [4186:Socket Thread]: V/nsHttp nsHttpTransaction::WriteSegments 0xffff95a6c000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 0xffff888a8000 trans->ws rv=80470002 n=28098 socketin=0 [4186:Socket Thread]: V/nsHttp nsHttpConnection::CloseTransaction[this=0xffff888a8000 trans=0xffff95a6c000 reason=80470002] [4186:Socket Thread]: V/nsHttp nsHttpTransaction::Close [this=0xffff95a6c000 reason=0] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::RemoveActiveTransaction t=0xffff95a6c000 tabid=6(0) thr=1 [4186:Socket Thread]: V/nsHttp Active transactions -[0,0,0,0] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ReclaimConnection [conn=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff99aec200] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpTransaction::RemoveDispatchedAsBlocking this=0xffff95a6c000 not blocking [4186:Socket Thread]: V/nsHttp nsHttpTransaction 0xffff95a6c000 request context set to null in ReleaseBlockingTransaction() - was (nil) [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff8820b040] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgReclaimConnection [ent=0xffff95a9ea50 conn=0xffff888a8000] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ConditionallyStopTimeoutTick armed=1 active=0 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ConditionallyStopTimeoutTick stop==true [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888a8000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Available [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Available [this=0xffff95a6c660] using PEEK backup n=-1] [4186:Socket Thread]: V/nsHttp adding connection to idle list [4186:Socket Thread]: V/nsHttp nsHttpConnection::BeginIdleMonitoring [this=0xffff888a8000] [4186:Socket Thread]: V/nsHttp Entering Idle Monitoring Mode [this=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff95a6c660] [4186:Socket Thread]: V/nsHttp nsHttpConnection::TTL: 0xffff888a8000 file-examples.com idle 10 timeout 5000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgProcessPendingQ [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ProcessPendingQForEntry [ci=.S.....[tlsflags0x00000000]file-examples.com:443 ent=0xffff95a9ea50 active=0 idle=2 urgent-start-queue=0 queued=0] [4186:Socket Thread]: V/nsHttp urgent queue [ [4186:Socket Thread]: V/nsHttp ] active urgent conns [ [4186:Socket Thread]: V/nsHttp ] active regular conns [ [4186:Socket Thread]: V/nsHttp ] idle urgent conns [ [4186:Socket Thread]: V/nsHttp ] idle regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888a8000 [4186:Socket Thread]: V/nsHttp 0xffff888ac000 [4186:Socket Thread]: V/nsHttp ] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::ProcessPendingQForEntry [ci=.S.....[tlsflags0x00000000]file-examples.com:443 ent=0xffff95a9ea50 active=0 idle=2 urgent-start-queue=0 queued=0] [4186:Socket Thread]: V/nsHttp urgent queue [ [4186:Socket Thread]: V/nsHttp ] active urgent conns [ [4186:Socket Thread]: V/nsHttp ] active regular conns [ [4186:Socket Thread]: V/nsHttp ] idle urgent conns [ [4186:Socket Thread]: V/nsHttp ] idle regular conns [ [4186:Socket Thread]: V/nsHttp 0xffff888a8000 [4186:Socket Thread]: V/nsHttp 0xffff888ac000 [4186:Socket Thread]: V/nsHttp ] [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Main Thread]: D/nsHttp nsHttpChannel::OnDataAvailable [this=0xffff90816000 request=0xffff8c671dc0 offset=81920 count=60866] [4186:Main Thread]: D/nsHttp requestFromCache: 0 mFirstResponseSource: 0 [4186:Main Thread]: D/nsHttp nsHttpChannel::OnStopRequest [this=0xffff90816000 request=0xffff8c671dc0 status=0] [4186:Main Thread]: D/nsHttp OnStopRequest 0xffff90816000 requestFromCache: 0 mFirstResponseSource: 0 [4186:Main Thread]: D/nsHttp nsHttpChannel 0xffff90816000 has a strongly framed transaction: 1 [4186:Main Thread]: D/nsHttp mAuthRetryPending=0, status=0, sticky conn cap=0 [4186:Main Thread]: V/nsHttp nsHttpTransaction::DeleteSelfOnConsumerThread [this=0xffff95a6c000] [4186:Main Thread]: V/nsHttp Destroying nsHttpTransaction @0xffff95a6c000 [4186:Main Thread]: V/nsHttp nsHttpTransaction::RemoveDispatchedAsBlocking this=0xffff95a6c000 not blocking [4186:Main Thread]: V/nsHttp nsHttpTransaction 0xffff95a6c000 request context set to null in ReleaseBlockingTransaction() - was (nil) [4186:Main Thread]: D/nsHttp nsHttpChannel::OnStopRequest ChannelDisposition 10 [4186:Main Thread]: D/nsHttp nsHttpChannel 0xffff90816000 calling OnStopRequest [4186:Main Thread]: D/nsHttp nsHttpHandler::NotifyObservers [chan=0xffff90816040 event="http-on-stop-request"] [4186:Main Thread]: V/nsHttp HttpBaseChannel::RemoveAsNonTailRequest this=0xffff90816000, rc=0xffff968f5700, already added=1 [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff88423cb8] [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff88318468] [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff88423fb8] [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff883185b8] [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff884242b8] [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff88318708] [4186:Main Thread]: D/nsHttp NS_CompareLoadInfoAndLoadContext - loadInfo: 0, 0, 0; loadContext: 0 0, 0. [channel=0xffff884245b8] [4186:Timer]: D/nsSocketTransport PollableEvent::Signal [4186:Timer]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport ...returned after 3090 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff84624bc0] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::Observe [topic="timer-callback"] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff88430040] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport timeout = 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff84624bc0] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgPruneDeadConnections [4186:Socket Thread]: V/nsHttp pruning [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888ac000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp nsHttpConnection::TTL: 0xffff888ac000 file-examples.com idle 4317 timeout 5000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888a8000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Available [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Available [this=0xffff95a6c660] using PEEK backup n=-1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::TTL: 0xffff888a8000 file-examples.com idle 3101 timeout 5000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::PruneDeadConnectionsAfter [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Timer]: D/nsSocketTransport PollableEvent::Signal [4186:Timer]: D/nsSocketTransport PollableEvent::Signal PR_Write 1 [4186:Socket Thread]: D/nsSocketTransport ...returned after 1001 milliseconds [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Clear [4186:Socket Thread]: D/nsSocketTransport PollableEvent::Signal PR_Read 1 [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff83afc940] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::Observe [topic="timer-callback"] [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff83afc980] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=0 pollflags=0 } [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=1] [4186:Socket Thread]: D/nsSocketTransport timeout = 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 0 milliseconds [4186:Socket Thread]: D/nsSocketTransport STS dispatch [0xffff83afc940] [4186:Socket Thread]: D/nsSocketTransport OnDispatchedEvent Same Thread Skip Signal [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::OnMsgPruneDeadConnections [4186:Socket Thread]: V/nsHttp pruning [ci=.S.....[tlsflags0x00000000]file-examples.com:443] [4186:Socket Thread]: V/nsHttp nsHttpConnection::Close [this=0xffff888ac000 reason=80004004] [4186:Socket Thread]: V/nsHttp nsHttpConnection::EndIdleMonitoring [this=0xffff888ac000] [4186:Socket Thread]: V/nsHttp Leaving Idle Monitoring Mode [this=0xffff888ac000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff888a7e60] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff888a7e60 count=4000] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=4000] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=-1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::Close drained 0 bytes [4186:Socket Thread]: D/nsSocketTransport Reset callbacks for secinfo=0xffff892ffd00 callbacks=0xffff83aaed00 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::CloseWithStatus [this=0xffff888a7e60 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnMsgInputClosed [this=0xffff888a7c00 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::CloseWithStatus [this=0xffff888a7e98 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnMsgOutputClosed [this=0xffff888a7c00 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff888a7e98] [4186:Socket Thread]: V/nsHttp Destroying nsHttpConnection @0xffff888ac000 [4186:Socket Thread]: V/nsHttp nsHttpConnection 0xffff888ac000 performed 0 HTTP/1.x transactions [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::CloseWithStatus [this=0xffff888a7e98 reason=80470002] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::CloseWithStatus [this=0xffff888a7e60 reason=80470002] [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888a8000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Available [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Available [this=0xffff95a6c660] using PEEK backup n=-1] [4186:Socket Thread]: V/nsHttp nsHttpConnection::TTL: 0xffff888a8000 file-examples.com idle 4103 timeout 5000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::PruneDeadConnectionsAfter [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport active [0] { handler=0xffff95a6c400 condition=0 pollflags=5 } [4186:Socket Thread]: D/nsSocketTransport idle [0] { handler=0xffff888a7c00 condition=80004004 pollflags=7 } [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::DetachSocket [handler=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketDetached [this=0xffff888a7c00 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::RecoverFromError [this=0xffff888a7c00 state=4 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::RecoverFromError do not retry because mDoNotRetryToConnect is set [this=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff888a7e60 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff888a7e98 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport: calling PR_Close [this=0xffff888a7c00] [4186:Socket Thread]: D/nsSocketTransport destroying nsSocketTransport @0xffff888a7c00 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::RemoveFromIdleList [handler=(nil)] [4186:Socket Thread]: D/nsSocketTransport active=1 idle=0 [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=1 idle=0] [4186:Socket Thread]: D/nsSocketTransport poll timeout: none [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds [4186:Socket Thread]: D/nsSocketTransport ...returned after 623 milliseconds [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketReady [this=0xffff95a6c400 outFlags=1] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::SetupSSL 0xffff888a8000 caps=0x1021 .S.....[tlsflags0x00000000]file-examples.com:443 [4186:Socket Thread]: V/nsHttp Server initiated close of idle conn 0xffff888a8000 [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::CloseIdleConnection 0xffff9317e8d0 conn=0xffff888a8000 [4186:Socket Thread]: V/nsHttp nsHttpConnection::Close [this=0xffff888a8000 reason=80004004] [4186:Socket Thread]: V/nsHttp nsHttpConnection::EndIdleMonitoring [this=0xffff888a8000] [4186:Socket Thread]: V/nsHttp Leaving Idle Monitoring Mode [this=0xffff888a8000] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::AsyncWait [this=0xffff95a6c660] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=0xffff95a6c660 count=4000] [4186:Socket Thread]: D/nsSocketTransport calling PR_Read [count=4000] [4186:Socket Thread]: D/nsSocketTransport PR_Read returned [n=0] [4186:Socket Thread]: V/nsHttp nsHttpConnection::Close drained 0 bytes [4186:Socket Thread]: D/nsSocketTransport Reset callbacks for secinfo=0xffff892ff700 callbacks=0xffff83803ee0 [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::CloseWithStatus [this=0xffff95a6c660 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnMsgInputClosed [this=0xffff95a6c400 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::CloseWithStatus [this=0xffff95a6c698 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnMsgOutputClosed [this=0xffff95a6c400 reason=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::AsyncWait [this=0xffff95a6c698] [4186:Socket Thread]: V/nsHttp nsHttpConnectionMgr::StopPruneDeadConnectionsTimer [4186:Socket Thread]: V/nsHttp Destroying nsHttpConnection @0xffff888a8000 [4186:Socket Thread]: V/nsHttp nsHttpConnection 0xffff888a8000 performed 1 HTTP/1.x transactions [4186:Socket Thread]: V/nsHttp nsHttpConnection 0xffff888a8000 read 139kb on connection spdy=0 [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::CloseWithStatus [this=0xffff95a6c698 reason=80470002] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::CloseWithStatus [this=0xffff95a6c660 reason=80470002] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::DetachSocket [handler=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::OnSocketDetached [this=0xffff95a6c400 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::RecoverFromError [this=0xffff95a6c400 state=4 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport::RecoverFromError do not retry because mDoNotRetryToConnect is set [this=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport nsSocketInputStream::OnSocketReady [this=0xffff95a6c660 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketOutputStream::OnSocketReady [this=0xffff95a6c698 cond=80004004] [4186:Socket Thread]: D/nsSocketTransport nsSocketTransport: calling PR_Close [this=0xffff95a6c400] [4186:Socket Thread]: D/nsSocketTransport destroying nsSocketTransport @0xffff95a6c400 [4186:Socket Thread]: D/nsSocketTransport nsSocketTransportService::RemoveFromPollList [handler=(nil)] [4186:Socket Thread]: D/nsSocketTransport index=0 mActiveCount=1 [4186:Socket Thread]: D/nsSocketTransport active=0 idle=0 [4186:Socket Thread]: D/nsSocketTransport STS poll iter [4186:Socket Thread]: D/nsSocketTransport calling PR_Poll [active=0 idle=0] [4186:Socket Thread]: D/nsSocketTransport timeout = -1 milliseconds Gdk-Message: Lost connection to Wayland compositor. ```