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 1a84beb commit 6ace45bCopy full SHA for 6ace45b
1 file changed
lambda-runtime/src/layers/api_client.rs
@@ -96,7 +96,8 @@ where
96
RuntimeApiClientFutureProj::Second(fut) => match ready!(fut.poll(cx)) {
97
Ok(resp) if !resp.status().is_success() => {
98
let status = resp.status();
99
-
+
100
+ // TODO
101
// we should consume the response body of the call in order to give a more specific message.
102
// https://github.com/aws/aws-lambda-rust-runtime/issues/1110
103
0 commit comments