You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github appears to add some level of caching to its responses on raw.github.com; for some number of minutes after a commit, I still see the pre-commit contents.
In order to iterate quickly, I should work out how to bypass this.
Use the Github API, i.e. serving directly from cceckman.com rather than doing an HTTP redirect. This also removes the need for -L.
Something with HTTP headers to request an uncached version. Cache-Control: max-age= or no-cache?
The text was updated successfully, but these errors were encountered:
Github appears to add some level of caching to its responses on raw.github.com; for some number of minutes after a commit, I still see the pre-commit contents.
In order to iterate quickly, I should work out how to bypass this.
Cache-Control: max-age=
orno-cache
?The text was updated successfully, but these errors were encountered: