-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http_rescue not required with tempfile #59
Conversation
I'm having this problem as well. |
+1 Thank you! |
+1 - adding some detail here from a user's stacktrace that may be related https://gist.github.com/cheeseplus/83662a441df97ee6f7b5c15454df2405 |
Thanks for the PR @Anirudh-Gupta and the confirmations @mhedgpeth @jejohns and @cheeseplus |
I don't believe this should have been merged as is. The problem is that it short-circuits the error response code messages by no longer using the https://github.com/chef-cookbooks/audit/blob/master/libraries/helper.rb#L40 |
@jeremymv2 As I understand the issue that was addressed, |
@jeremymv2 Looks like it was introduced unintentionally when the code was rewritten here: 0eeefc5 and de81f6f |
#62 re-introduces the |
Issues Resolved
Throwing error at line 40(libraries->helper.rb) because its not a http request(when integrating with chef server). No response code.