DenisFrezzato / hyper-ts

Type safe middleware architecture for HTTP servers
https://denisfrezzato.github.io/hyper-ts/
MIT License
391 stars 18 forks source link

Fix missing error handling when using `pipeStream` #91

Closed mlegenhausen closed 10 months ago

mlegenhausen commented 1 year ago

This PR fixes missing error handling for pipeStream. Before this fix, would the source stream emit an error, the target stream would never end.