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

Follow redirects and eliminate them for sub-resources #262

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions