RxApacheHttp
RxApacheHttp copied to clipboard
RxJava bindings for Apache HTTP
This library is unusable as it does not support chunked responses correctly, the observable on chunks never completes.
….onNext never executed. Termination is handled by ChunkDecoder.
marathon api: https://mesosphere.github.io/marathon/docs/generated/api.html "/v2/events" need request with correct Accept Header "text/event-stream"
Shouldn't ResponseConsumerEventStream call onComplete at some point? Maybe when _releaseResources is called?
RxApacheHttp has been extracted from RxJava prior to 1.0 as per https://github.com/ReactiveX/RxJava/issues/589 I have done this with a simply copy/paste/commit for now. Commit history remains in the 0.20.x branch of...