| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.17.2 source code.tar.gz | 2024-09-18 | 1.0 MB | |
| 6.17.2 source code.zip | 2024-09-18 | 1.1 MB | |
| README.md | 2024-09-18 | 1.3 kB | |
| Totals: 3 Items | 2.1 MB | 0 | |
What's Changed
- Fixed bug with incorrect backpressure handling when streaming with known
total_sizeleading to double chunks being served. - FIxed bug with errors not being caught when explicitly thrown inside of
asyncmiddlewares and route handlers. - Fixed bug with route-specific middlewares not executing in proper order in comparison to global / local middlewares.
- Updated
uWebsockets.jstov20.48.0.
Pull Requests
- Updates all dependencies in the benchmarks folder by @hieu-ht in https://github.com/kartikk221/hyper-express/pull/286
- Update package.json to Bump uWebSockets.js version by @joacub in https://github.com/kartikk221/hyper-express/pull/291
- Typo LiveDirectory.md by @louwers in https://github.com/kartikk221/hyper-express/pull/294
- Ignoring offset when backpressure happens by @amir-s in https://github.com/kartikk221/hyper-express/pull/289
New Contributors
- @hieu-ht made their first contribution in https://github.com/kartikk221/hyper-express/pull/286
- @louwers made their first contribution in https://github.com/kartikk221/hyper-express/pull/294
- @amir-s made their first contribution in https://github.com/kartikk221/hyper-express/pull/289
Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.16.4...6.17.1