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

Fixes issues for milestone 0.3.15 #253

Merged
merged 7 commits into from
Oct 24, 2014
Merged

Fixes issues for milestone 0.3.15 #253

merged 7 commits into from
Oct 24, 2014

Conversation

NiteshKant
Copy link
Member

#243 HttpServerListener requestReadTimes metric value is incorrect
#245 Race condition between write and flush in HttpClient.submit()
#248 Connection close cancels pending writes
#249 BytesInspector does not record events for ByteBufHolder and FileRegion
#250 Connection closing and content stream behavior
#251 Metric events for Request content source error and request write failure
#252 Upgrade RxJava to 1.0.0-RC7
#229 Remove deprecated method DefaultChannelWriter.getChannelHandlerContext()

Nitesh Kant added 7 commits October 15, 2014 19:03
… is incorrect)

Now recording the request processing start time
…lient.submit()`)

Flushing now only when the LastHttpContent is written on the channel.
ReactiveX#248 (Connection close cancels pending writes): Now only cancelling when a pooled connection is returned to the pool.
ReactiveX#249 (`BytesInspector` does not record events for `ByteBufHolder` and `FileRegion`): Recording events for ByteBufHolder and FileRegion
ReactiveX#250 (Connection closing and content stream behavior): Send error on content stream if the request/response is not completed on server/client.
ReactiveX#251 (Metric events for Request content source error and request write failure): Added metrics
NiteshKant added a commit that referenced this pull request Oct 24, 2014
Fixes issues for milestone 0.3.15
@NiteshKant NiteshKant merged commit 8aa2b45 into ReactiveX:0.x Oct 24, 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

Successfully merging this pull request may close these issues.

1 participant