FIX: Try a GET for error code 409 too -- (Medium posts)

This commit is contained in:
Robin Ward 2017-06-15 15:09:59 -04:00
parent 6ab4692431
commit 7366f334b0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class FinalDestination
when 200
@status = :resolved
return @uri
when 405, 501
when 405, 409, 501
get_response = small_get(headers)
if get_response.code.to_i == 200