Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ahoward
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahoward/9925373 to your computer and use it in GitHub Desktop.
Save ahoward/9925373 to your computer and use it in GitHub Desktop.

you say this

but the url resolves

a:~ $ curl --dump-header /dev/stderr http://orgdev.com/fonts/146266
HTTP/1.1 200 OK
Server: ATS/4.2.0
Date: Tue, 01 Apr 2014 23:50:23 GMT
Content-Type: text/html
Content-Length: 3
ETag: 43c5430a29970409f92aa5418bf84bd4
Cache-Control: public, max-age=0, must-revalidate
Age: 0
Connection: keep-alive


42

ref: http://orgdev.com/fonts/146266

taking another shot

but, nope...

a:~/git/dojo4/org-dev-website $ curl --dump-header /dev/stderr http://orgdev.com/fonts/146290
HTTP/1.1 200 OK
Server: ATS/4.2.0
Date: Wed, 02 Apr 2014 00:19:54 GMT
Content-Type: text/html
Content-Length: 3
ETag: 2b925ca47bbbc332f2606432b28c2ccd
Cache-Control: public, max-age=0, must-revalidate
Age: 146
Connection: keep-alive

42



# no compression going on...

a:~/git/dojo4/org-dev-website $ curl -s http://orgdev.com/fonts/146290/C1AE4F3052C6C7D1B.css | md5
97516c72c02776491b118275e3e7ec5b

a:~/git/dojo4/org-dev-website $ md5 build/fonts/146290/C1AE4F3052C6C7D1B.css
MD5 (build/fonts/146290/C1AE4F3052C6C7D1B.css) = 97516c72c02776491b118275e3e7ec5b



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment