diff --git a/syncserver/src/web/extractors/bso_bodies.rs b/syncserver/src/web/extractors/bso_bodies.rs index e9971c8e59..65a013efa9 100644 --- a/syncserver/src/web/extractors/bso_bodies.rs +++ b/syncserver/src/web/extractors/bso_bodies.rs @@ -134,6 +134,8 @@ impl FromRequest for BsoBodies { return future::err(make_error()); }; + drop(body); + // Validate all the BSO's, move invalid to our other list. Assume they'll all make // it with our pre-allocation let mut valid: Vec = Vec::with_capacity(bsos.len());