This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Description
Consider:
<img src="http://example.com/foo.png">
where:
requesting http://example.com/foo.png returns a 301 redirect to
http://www.example.com/foo.png which is the actual image.
I believe that right now we will not rewrite or cache-extend this image because
Serf will fail when not getting the 200 OK response for
http://example.com/foo.png .
This is a big opportunity because not only can we rewrite and cache-extend the
image, but we could remove unnecessary redirects.
Original issue reported on code.google.com by [email protected]
on 8 Apr 2011 at 6:58