mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
8e947bb674
Previously, errored streaming response bodies did not cause the HTTP stream to be aborted. It instead caused the stream to be closed gracefully, which had the result that the client could not detect the difference between a successful response and an errored response. This commit fixes the issue by aborting the stream on error. |
||
---|---|---|
.. | ||
benches | ||
01_http.js | ||
Cargo.toml | ||
compressible.rs | ||
lib.rs | ||
reader_stream.rs | ||
README.md |