Skip to content

Unexpected mutations ... yikes! 🍄

Latest
Compare
Choose a tag to compare
@Strech Strech released this 04 Nov 22:05
· 1 commit to master since this release
4d4fdb1

In this release, an unexpected issue was fixed with Content-Length header. It turns out that between requests the constant I store the default headers was mutated which leads to Rack::Lint throwing an exception that content length differs (body vs header).

So now it should be fixed. Happy metrics, everyone 🎉 💙

Special thanks to @ThisIsMissEm for bringing this issue to the table 🐞