Skip to content

Commit

Permalink
Backed out changeset 83ed667f93bb (bug 1420777) for causing xpcshell …
Browse files Browse the repository at this point in the history
…failures test_connection_coalescing.js.

UltraBlame original commit: d3695ab206c646188b8b1930286d5bfbefa94ffe
  • Loading branch information
marco-c committed Jun 6, 2024
1 parent f619120 commit 03fa597
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 1,553 deletions.
93 changes: 0 additions & 93 deletions modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78469,99 +78469,6 @@ true
mirror
:
always
#
When
true
origin
A
and
origin
B
will
be
coalesced
if
they
have
an
overlap
#
in
IP
addresses
as
advertized
by
DNS
regardless
if
the
existing
connection
#
to
origin
A
is
not
to
an
IP
present
in
B
'
s
DNS
response
.
#
When
false
an
existing
connection
will
only
be
reused
if
the
#
connection
'
s
remote
IP
is
also
present
in
B
'
s
DNS
response
.
-
name
:
network
.
http
.
http2
.
aggressive_coalescing
type
:
RelaxedAtomicBool
value
:
false
mirror
:
always
-
name
:
Expand Down
42 changes: 15 additions & 27 deletions netwerk/protocol/http/ConnectionEntry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,6 @@ Clear
(
)
;
mAddresses
.
Clear
(
)
;
}
void
ConnectionEntry
Expand Down Expand Up @@ -735,12 +729,6 @@ Clear
(
)
;
mAddresses
.
Clear
(
)
;
}
void
ConnectionEntry
Expand Down Expand Up @@ -2369,12 +2357,6 @@ Clear
(
)
;
mAddresses
.
Clear
(
)
;
}
uint32_t
ConnectionEntry
Expand Down Expand Up @@ -5463,6 +5445,12 @@ return
false
;
}
nsTArray
<
NetAddr
>
addressSet
;
nsresult
rv
=
Expand All @@ -5471,7 +5459,7 @@ dnsRecord
>
GetAddresses
(
mAddresses
addressSet
)
;
if
Expand All @@ -5482,7 +5470,7 @@ rv
)
|
|
mAddresses
addressSet
.
IsEmpty
(
Expand All @@ -5502,7 +5490,7 @@ i
;
i
<
mAddresses
addressSet
.
Length
(
Expand All @@ -5516,7 +5504,7 @@ i
if
(
(
mAddresses
addressSet
[
i
]
Expand All @@ -5529,7 +5517,7 @@ family
AF_INET
&
&
mAddresses
addressSet
[
i
]
Expand All @@ -5544,7 +5532,7 @@ ip
|
|
(
mAddresses
addressSet
[
i
]
Expand All @@ -5557,7 +5545,7 @@ family
AF_INET6
&
&
mAddresses
addressSet
[
i
]
Expand All @@ -5575,7 +5563,7 @@ u64
0
&
&
mAddresses
addressSet
[
i
]
Expand Down Expand Up @@ -5650,7 +5638,7 @@ kIPv6CStrBufSize
26
)
;
mAddresses
addressSet
[
i
]
Expand Down
6 changes: 0 additions & 6 deletions netwerk/protocol/http/ConnectionEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,6 @@ nsCString
>
mCoalescingKeys
;
nsTArray
<
NetAddr
>
mAddresses
;
bool
mUsingSpdy
:
Expand Down
Loading

0 comments on commit 03fa597

Please sign in to comment.