diff --git a/src/client.js b/src/client.js index 0652ae76..beecdd42 100644 --- a/src/client.js +++ b/src/client.js @@ -325,7 +325,8 @@ class Client extends Base { return callback(error, response, body); } - if (!output) { + if (!output || !obj.Body) { + // for issue 671 // one-way, no output expected return callback(null, null, body, obj.Header); }