Skip to content

Added a way to define a body for ReactiveStreams #1139

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

Merged
merged 1 commit into from
Apr 7, 2016
Merged

Added a way to define a body for ReactiveStreams #1139

merged 1 commit into from
Apr 7, 2016

Conversation

schmitch
Copy link
Contributor

@schmitch schmitch commented Apr 7, 2016

Will Fix #1136

@@ -311,6 +311,10 @@ public T setBody(Publisher<ByteBuffer> publisher) {
return setBody(new ReactiveStreamsBodyGenerator(publisher));
Copy link
Contributor

Choose a reason for hiding this comment

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

delegate to setBody(publisher, -1)

@slandelle
Copy link
Contributor

Please address comment and I'll merge.

Thanks!

@schmitch
Copy link
Contributor Author

schmitch commented Apr 7, 2016

Done @slandelle and thanks for your fast comments.

@slandelle slandelle merged commit 01aa036 into AsyncHttpClient:master Apr 7, 2016
@slandelle slandelle added this to the 2.0.0 milestone Apr 7, 2016
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.

2 participants