Skip to content
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

Added InstrumentedHttpClientConnectionManager constructor with HttpClientConnectionOperator #1294

Merged

Conversation

jkytomaki
Copy link
Contributor

I'd like to be able to define a custom HttpClientConnectionOperator when creating a InstrumentedHttpClientConnectionManager (to handle some SSL SNI errors). This is supported by a constructor of the parent class PoolingHttpClientConnectionManager, but InstrumentedHttpClientConnectionManager does not offer a matching constructor. I added a new constructor matching the parent class.

Could something like this be added to the project?

…th HttpClientConnectionOperator that its parent has. Since being able to use a custom HttpClientConnectionOperator implementation can be useful, added a constructor matching the parent class.
@arteam arteam merged commit 6d3620f into dropwizard:4.1-development Apr 10, 2018
@arteam
Copy link
Member

arteam commented Apr 10, 2018

LGTM. Thanks fotr your contribution!

@arteam arteam added this to the 4.1.0 milestone Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants