From 34d6a366fc8712024f5b575467a32f106c0b5321 Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Sat, 30 Jan 2010 21:44:52 -0500 Subject: [PATCH] Update History --- History | 1 + 1 file changed, 1 insertion(+) diff --git a/History b/History index 0bf828a..add784c 100644 --- a/History +++ b/History @@ -3,6 +3,7 @@ * Handle 304 response correctly by returning the HTTParty::Response object instead of redirecting (seth and hellvinz) * Only redirect 300 responses if the header contains a Location * Don't append empty query strings to the uri. Closes #31 + * When no_follow is enabled, only raise the RedirectionTooDeep exception when a response tries redirecting. Closes #28 * minor enhancements * HTTParty#debug_output prints debugging information for the current request (iwarshak)