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

HttpServer does not send content callbacks for successive requests on a connection #160

Closed
NiteshKant opened this issue Jul 1, 2014 · 0 comments
Milestone

Comments

@NiteshKant
Copy link
Member

ServerRequestResponseConverter class uses a fixed Subject and hence for the subsequent request payloads, the subject is already completed.

@NiteshKant NiteshKant added this to the 0.3.7 milestone Jul 1, 2014
@NiteshKant NiteshKant self-assigned this Jul 1, 2014
NiteshKant pushed a commit to NiteshKant/RxNetty that referenced this issue Jul 1, 2014
Create a fresh subject per request.

Also upgraded netty to 4.0.21.Final
NiteshKant added a commit that referenced this issue Jul 2, 2014
@NiteshKant NiteshKant removed their assignment Aug 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant