-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent blowing connections number for reoccurring SSLContextFatories #5677
Prevent blowing connections number for reoccurring SSLContextFatories #5677
Conversation
db9db38
to
40cd194
Compare
Relates to #5647 |
…nstances Signed-off-by: jansupol <[email protected]>
40cd194
to
645da07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
connector.secureConnection((JerseyClient) client, (HttpURLConnection) urlConnection); | ||
secondRequestFactory = factoryHolder.get().hashCode(); | ||
|
||
MatcherAssert.assertThat(firstRequestFactory, Matchers.equalTo(secondRequestFactory)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we compare factories instead of hashCode?. It is unlikely, but two different instances could have same hashCode.
Signed-off-by: jansupol <[email protected]>
…eclipse-ee4j#5677) Signed-off-by: jansupol <[email protected]>
@sosinha31 yes, it is merged the last week under this merge commit. |
@senivam Yes, I see the merge. Thanks. Is there a release version? |
No description provided.