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

Fix losing query parameters for SSL requests (issue #563) #564

Merged
merged 3 commits into from
Apr 7, 2017
Merged

Fix losing query parameters for SSL requests (issue #563) #564

merged 3 commits into from
Apr 7, 2017

Conversation

svenjacobs
Copy link
Contributor

This fixes issue #563

testTLS(clientSSL, serverSSL, requestProvider, null);
}

private void testTLS(boolean clientSSL, boolean serverSSL, Function<WebClient, HttpRequest<Buffer>> requestProvider, Function<HttpServerRequest, Void> serverAssertions) throws Exception {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please change Function<HttpServerRequest, Void> serverAssertions to Consumer<HttpServerRequest> serverAssertions ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course! Done.

@tsegismont
Copy link
Contributor

@svenjacobs Thanks! Just a minor comment but overall looks good to me.

@tsegismont
Copy link
Contributor

Supersedes #562

@tsegismont
Copy link
Contributor

LGTM. @pmlopes OK to merge?

@svenjacobs
Copy link
Contributor Author

@tsegismont @pmlopes Any news on this?

@pmlopes pmlopes merged commit 870008d into vert-x3:master Apr 7, 2017
@pmlopes pmlopes removed the to review label Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants