﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20219,GET - Too many redirects,Workshopshed,dd32,"The class-http.php incorrectly reports too many redirects when checking a redirected request using CURL.

In function ""request"" the check on line 1113 only looks for HEAD requests but this would also be valid for GET request with a redirect. The code for handling redirection is later in the file.
Either the message on line 1118 should be changed or the sequenced changed to process redirects correctly. 

{{{

// If no response, and It's not a HEAD request with valid headers returned
		if ( 0 == strlen($theResponse) && ('HEAD' != $args['method'] || empty($this->headers)) ) {
}}}

",defect (bug),closed,normal,3.4,HTTP,,normal,fixed,has-patch,
