Tags: neovasant/RxNetty
Tags
Removed unused code (ReactiveX#540) Cleanup for ReactiveX#525, removing unused methods and classes.
Disable `LocalEchoTest` (ReactiveX#519) Travis does not seem to be happy about this test, although it passed for the PR. Disabling this for now as this is not really critical functionality.
Fixes ReactiveX#474 (disable auto release leaks buffers when content … …not subscribed) (ReactiveX#497) When auto-release it turned off and the HTTP content is not subscribed, the buffers which are disposed from `UnicastContentSubject` are not released (which otherwise would have been released by the subscriber). This change properly release the disposed buffers when auto-release is turned off.
Release of 0.4.15 - b99f819: Merge pull request ReactiveX#455 from NiteshKant/0.4.x - 8d80c2a: Including all ignored tests - e6cf020: Disabling new infra on travis - 65089a6: Disabling WS test - 9198e67: Disabling WS test - 7db1208: Reverting the previous ignore test and ignoring the context propagation test for now. - ee9eb09: Change to run on better travis infrastructure - 7c06277: Disabling the failing test. - f4d8f35: Working around a failed test. - c5617eb: Merge branch '0.4.x' of https://github.com/ReactiveX/RxNetty into 0.4.x - edfb8c7: Enabling logs for tests. - c5fa148: Disable auto-release buffers option. - 9d6d436: Merge pull request ReactiveX#453 from edwinchoi/0.4.x - c0ba4f1: remove cancellation check -- cause is set with CancellationException - 25a9e4a: Check for success/failure on websocket handshake completion (fixes ReactiveX#452)
PreviousNext