Barry Chen 70227a0dbe
perf: drop/de-allocate req body str explicitly after parsing
In the BsoBodies::from_request extractor, the request body string is
dropped at the end of its scope.  But it can be explicitly dropped once
it's no longer needed.
2026-03-26 13:00:53 -05:00
..