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

streaming HTTP #416

Open
rflandre opened this issue Oct 19, 2018 · 1 comment
Open

streaming HTTP #416

rflandre opened this issue Oct 19, 2018 · 1 comment

Comments

@rflandre
Copy link

**Current behavior:If you want to get information from an HTTP server providing constantly information, current http client open and close a connection. which prevent us from constantly querying the server and actually doing streaming

**Expected behavior: get a permanent connection on the http client so that it gets each new update

**What is the motivation / use case for changing the behavior? Some API on application works that way and not everyone is using websocket or similar technologies (which would probably be a better fit)

Additional information you deem important (e.g. I need this tomorrow):

@mellistibco
Copy link
Collaborator

Thanks @rflandre. also tracking a similar issue in #270 & #135

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

2 participants