Thank you @kiyonlin, @kirillDanshin, @hi019, @erikdubbelboer, @ReneWerner87
🧹 Updates
- Bump fasthttp to
v1.18
https://github.com/valyala/fasthttp/releases/tag/v1.18.0 #1070 - Removing newlines in header values is now implemented in fasthttp.
- Improve round2 performance in fh
- Refactor
BodyParser
#1073 - Fix some linting #1044
- Remove redundant validation for
CacheDuration
inStatic
#1069 BodyParser
returns anErrUnprocessableEntity
when an invalid content-type is present. #1067
🩹 Fixes
- Fix duplicate cookie name in
csrf
middleware #1068