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

Support for streaming connections? #505

Closed
lingnand opened this issue Oct 27, 2016 · 1 comment
Closed

Support for streaming connections? #505

lingnand opened this issue Oct 27, 2016 · 1 comment

Comments

@lingnand
Copy link

For example, twitter uses stream api to publish tweet updates in a single http connection via chunked encoding.

I'm doing something similar with one of my servers for a publish-subscribe model.

As far as I can tell, axios doesn't support chunked encoding at the moment - if I just do a .get it just keeps going forever without triggering .then and there's no way to handle new data as it arrives.

@nickuraltsev
Copy link
Member

Duplicate of #479

@axios axios locked and limited conversation to collaborators May 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants