Details
Assignee
Guus der KinderenGuus der KinderenReporter
Dan CaseleyDan CaseleyAffects versions
Priority
Medium
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Dan Caseley
Dan CaseleyAffects versions
Priority
Created November 10, 2023 at 12:06 PM
Updated December 8, 2023 at 9:53 AM
Found in Openfire 4.8.0 pre-release
When opening an S2S connection, we use a plain Socket connection to establish which DNS entry is contactable.
We then immediately use that socket’s remote address to create a new bootstrapped Netty channel (another socket connection that we’ll actually use for XMPP).
This is inefficient and we probably shouldn’t do this
We should definitely explicitly close that initial socket