You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the compression is always activated for the webpack dev server. Currently this is a problem if you want to proxy chunked responses for SSE.
I'd appreciate an option to disable the compression of the dev server, as I currently found no other solution to this problem (more details chimurai/http-proxy-middleware#371).
The text was updated successfully, but these errors were encountered:
but it would be nice if this was an ENV or could be overridden in setupProxy if present
edit: after quite a bit of digging, it looks like the compress() middleware honors cache-control: no-transform headers so its possible to override the proxy to send that which avoids the compression and thus the buffering/timeout behavior.
Currently the compression is always activated for the webpack dev server. Currently this is a problem if you want to proxy chunked responses for SSE.
I'd appreciate an option to disable the compression of the dev server, as I currently found no other solution to this problem (more details chimurai/http-proxy-middleware#371).
The text was updated successfully, but these errors were encountered: