@@ -94,12 +94,12 @@ * * @param request The OFHTTPRequest which will follow a redirect * @param URL The URL to which it will follow a redirect * @return A boolean whether the OFHTTPRequest should follow the redirect */ -- (BOOL)request: (OFHTTPRequest*)request - willFollowRedirectTo: (OFURL*)URL; +- (BOOL)request: (OFHTTPRequest*)request + shouldFollowRedirectTo: (OFURL*)URL; @end /*! * @brief A class for storing and performing HTTP requests. */