mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
774111855d
We're decompressing and then writing and recompressing in the proxy. This causes it to stall if buffered because `.pipe()` doesn't force flush automatically.