6.2.6
What's Changed
- Fixed bug with
Request.multipart()
method throwing invalid discarded access errors in very specific scenarios where the response is sent before the whole body has been accepted. - Improved
Request.ip
method to now respect thetrust_proxy
option specified withServer
creation to reflect the true client IP using theX-Forwarded-For
header when possible. - Improved JSDoc & TypeScript types for various components.
Full Changelog: 6.2.5...6.2.6