if we don't support the auth return original res

make sure we return the original 401 if we don't support the auth.
bug/bundler_fix
David Maloney 2013-02-05 09:57:33 -06:00
parent 877fb017b6
commit 463a45ccaf
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ class Client
end
return res
end
return res
end
def basic_auth_header(username,password)