mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-04-01 19:51:42 +02:00
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.