-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix sometimes encoded requests not ending properly
BREAKING CHANGES: `close` is no longer emitted from the miniget stream. emitting `close` on a stream alters its internal state, and will prevent it from properly finishing. this event was also a bit ambiguous in miniget since it would only be emitted once at the end, and not for each request. in comparsion, `request` and `response` can be emitted multiple times.
- Loading branch information
Showing
2 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters