Skip to content

Commit

Permalink
# gracefully failing when there is no response form AWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddragosd committed Dec 8, 2014
1 parent 6b74c7a commit 06ae9b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lua/api-gateway/aws/AwsService.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ function _M:performAction(actionName, arguments, path, http_method, useSSL, time

if (self.aws_debug == true ) then
local s = ""
headers = headers or {}
for k,v in pairs(headers) do
s = s .. ", " .. k .. "=" .. tostring(v)
end
Expand Down

0 comments on commit 06ae9b1

Please sign in to comment.