Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Trivially update commit payout image path FREEBIE #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 2, 2014

  1. Trivially update commit payout image path FREEBIE

    Bithub is now serving the payout image with Cache-Control: max-age=0 but
    github/fastly is still serving the old cached image. My theory is that
    it is not re-reading the headers correctly, although it may be a bug
    with github's fastly configuration, since they probably don't expect
    anyone to be serving dynamic content in their READMEs.
    
    This commit simply adds a trailing / to the image path, which
    effectively forces fastly to re-fetch the image. Hopefully this time
    it will read (and respect) the Cache-Control header.
    liliakai committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    e3a6371 View commit details
    Browse the repository at this point in the history