-
Notifications
You must be signed in to change notification settings - Fork 80
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
Feat: added ssl_supported_protocols
option
#131
Conversation
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.
Left some comments for consideration inline.
spec/outputs/http_spec.rb
Outdated
@server = start_app_and_wait(TestApp, &server_setup) | ||
end | ||
|
||
let(:server_setup) { lambda { |_| } } |
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.
why this lambda is required?
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.
The actual change looks good. It takes the new option from mixin http_client. Thanks for the effort refactoring the test 🏅 . I left one question to the test
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
actual option implementation provided by mixin logstash-plugins/logstash-mixin-http_client#40