[Bug]: Streamed Responses (media type text/event-stream) should not be fully awaited #175
Open
1 task done
Labels
bug
Something isn't working
What happened?
When calling an http request, that returns media type
text/event-stream
the full answer is awaited for in the desktop version and only shown after the stream ends.This is also different from http(ie) CLI, where chunks are displayed immediately, when they arrive.
Steps to reproduce?
What did you expect to happen?
I expect stream chunks displayed in response window as soon as they arrive, as most browsers and http CLI does for stream responses.
Better even, if that would be customizable.
Platform
macOS
HTTPie Desktop version
2024.1.2
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: