Subject: | Don't download entire response content if headers indicate response is a redirect |
Since request() only examines the headers to determine if it is a
redirect, it should not have to download the entire response content
before taking action (making request for redirect or calling
response_redirect handler).