Summary
Mostly bug fixes:
- Fixed errors for ETag Middleware. There was a bug returning a server error when the file size is too large.
- Fixed Context header values "shifting". Sometimes, the values were not correct.
What's Changed
- refactor(compose): cache length by @yusukebe in #460
- fix(ETag): fixed an error when the file size is too large. by @yusukebe in #461
- refactor(mime): made
.ico
file's extension toimage/x-icon
by @yusukebe in #462 - fix(context): fix header values shifting by @yusukebe in #463
Full Changelog: v2.0.7...v2.0.8