You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSLFilter.write is "synchronized", we need to revisit it and try to decrease synchronized scope as much as possible.
As an idea, we can pass some Transformer downstream, so actual encryption happens in AsyncWriteQueue/TemporarySelectorWriter right before data going to be sent on wire, so there will be no need in redundant synchronization.
Affected Versions
[2.2]
The text was updated successfully, but these errors were encountered:
SSLFilter.write is "synchronized", we need to revisit it and try to decrease synchronized scope as much as possible.
As an idea, we can pass some Transformer downstream, so actual encryption happens in AsyncWriteQueue/TemporarySelectorWriter right before data going to be sent on wire, so there will be no need in redundant synchronization.
Affected Versions
[2.2]
The text was updated successfully, but these errors were encountered: