mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-17 14:05:35 +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