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

[Test] Add test for Netty4 HTTP support of header 100-continue #19908

Merged
merged 2 commits into from
Aug 10, 2016

Conversation

tlrx
Copy link
Member

@tlrx tlrx commented Aug 10, 2016

This PR adds a test to verify that the Netty 4 HTTP transport supports the Expect: 100-continue header.

Requires #19904

@tlrx tlrx added >test Issues or PRs that are addressing/adding tests review :Distributed/Network Http and internode communication implementations v5.0.0-beta1 labels Aug 10, 2016
@tlrx
Copy link
Member Author

tlrx commented Aug 10, 2016

@jasontedor Can you please have a look when you have time? Thanks

@@ -120,7 +128,7 @@

private synchronized Collection<FullHttpResponse> sendRequests(
final SocketAddress remoteAddress,
final Collection<HttpRequest> requests) throws InterruptedException {
final Collection<?> requests) throws InterruptedException {
Copy link
Member

Choose a reason for hiding this comment

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

May be final Collection<? extends HttpRequest>?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, sorry, I pushed too quickly. These are leftovers.

@jasontedor
Copy link
Member

LGTM! I'll merge this at the same time as #19904.

@jasontedor jasontedor merged commit cefc346 into elastic:master Aug 10, 2016
@tlrx tlrx deleted the add-netty4-http-continue-header-test branch August 10, 2016 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Network Http and internode communication implementations >test Issues or PRs that are addressing/adding tests v5.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants