if we don't support the auth return original res

make sure we return the original 401 if we don't support the auth.
This commit is contained in:
David Maloney
2013-02-05 09:57:33 -06:00
parent 877fb017b6
commit 463a45ccaf
+1
View File
@@ -431,6 +431,7 @@ class Client
end
return res
end
return res
end
def basic_auth_header(username,password)