We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fb932 commit 40e2658Copy full SHA for 40e2658
lambda-runtime/src/client.rs
@@ -44,8 +44,6 @@ where
44
45
pub(crate) async fn call(&self, req: Request<Body>) -> Result<Response<Body>, Error> {
46
let req = self.set_origin(req)?;
47
- let (parts, body) = req.into_parts();
48
- let req = Request::from_parts(parts, body);
49
let response = self.client.request(req).await?;
50
Ok(response)
51
}
0 commit comments