Skip to content

Commit

Permalink
Disables redirects until a better fix is made. refs #7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio committed Jan 2, 2012
1 parent 33ec4bc commit 534d188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OAuth/coreLuaSocket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ function PerformRequestHelper (self, url, method, headers, arguments, post_body)
url = url,
method = method,
headers = headers,
sink = Ltn12.sink.table(response_body)
sink = Ltn12.sink.table(response_body),
redirect = false
}

if method == "PUT" then
Expand Down

0 comments on commit 534d188

Please sign in to comment.