Bug 1144040 - Coverity detected uninitialized nsHttpHandler members, r=mcmanus

This commit is contained in:
Daniel Stenberg 2015-03-17 02:19:00 +01:00
Родитель 3a8f8c9bea
Коммит 3a63575b80
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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)