icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
|
|
@ -2688,13 +2688,13 @@ void nsHttpHandler::ExcludeHttp2OrHttp3Internal(
|
|||
MOZ_ASSERT_IF(!nsIOService::UseSocketProcess(), OnSocketThread());
|
||||
|
||||
if (ci->IsHttp3()) {
|
||||
if (!mExcludedHttp3Origins.Contains(ci->GetRoutedHost())) {
|
||||
{
|
||||
MutexAutoLock lock(mHttpExclusionLock);
|
||||
mExcludedHttp3Origins.Insert(ci->GetRoutedHost());
|
||||
}
|
||||
mConnMgr->ExcludeHttp3(ci);
|
||||
} else {
|
||||
if (!mExcludedHttp2Origins.Contains(ci->GetOrigin())) {
|
||||
{
|
||||
MutexAutoLock lock(mHttpExclusionLock);
|
||||
mExcludedHttp2Origins.Insert(ci->GetOrigin());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue