mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 21:28:40 +00:00
The refactor in the previous commit was storing a reference to a stack allocated `Infrastructure::Request::BodyType` which was then immediately freed. To fix this, we can store the `Infrastructure::Request::BodyType` in a variable beforehand, so it becomes safe to reference.
28 KiB
28 KiB