Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not auto destroy request stream (#132)
* fix: do not override destroy method The node docs say: > Implementors should not override this method, but instead implement readable._destroy() Fixes hapijs/hapi#4149 * do not autodestroy request stream * restore destroy method * Revert changes in favor of #133, keeping new test Co-authored-by: Alex Potsides <[email protected]> Co-authored-by: devin ivy <[email protected]>
- Loading branch information