зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1144040 - Coverity detected uninitialized nsHttpHandler members, r=mcmanus
This commit is contained in:
Родитель
3a8f8c9bea
Коммит
3a63575b80
|
@ -170,6 +170,7 @@ nsHttpHandler::nsHttpHandler()
|
|||
, mLegacyAppName("Mozilla")
|
||||
, mLegacyAppVersion("5.0")
|
||||
, mProduct("Gecko")
|
||||
, mCompatFirefoxEnabled(false)
|
||||
, mUserAgentIsDirty(true)
|
||||
, mUseCache(true)
|
||||
, mPromptTempRedirect(true)
|
||||
|
@ -204,6 +205,7 @@ nsHttpHandler::nsHttpHandler()
|
|||
, mRequestTokenBucketMinParallelism(6)
|
||||
, mRequestTokenBucketHz(100)
|
||||
, mRequestTokenBucketBurst(32)
|
||||
, mCriticalRequestPrioritization(true)
|
||||
, mTCPKeepaliveShortLivedEnabled(false)
|
||||
, mTCPKeepaliveShortLivedTimeS(60)
|
||||
, mTCPKeepaliveShortLivedIdleTimeS(10)
|
||||
|
|
Загрузка…
Ссылка в новой задаче