Changes between Version 13 and Version 14 of Ticket #16855, comment 33
- Timestamp:
- 03/24/2011 01:50:41 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16855, comment 33
v13 v14 40 40 }}} 41 41 42 (So with the fix above) (so no Maximum redirects followed anymore (at least in the first 750)). Th ose 11 are probably redirect locations that are not full url, '/', '/something.aspx' or even '//google.com'. Like http://msdn.microsoft.com/ or http://www.mymobiler.com/ or http://www.ibmpressbooks.com/series/42 (So with the fix above) (so no Maximum redirects followed anymore (at least in the first 750)). The malformed URL is probably also a bug: like http://msdn.microsoft.com/ the response is a "good" http1.1 302 but it doesnt fall through.