adamburmister / gitprint.com

Render Github markdown documents for printing
346 stars 28 forks source link

Doesn't use the most up-to-date version of the page #33

Open Haroenv opened 9 years ago

Haroenv commented 9 years ago

When I changed something (an enumeration where I forgot the space), it changed on the github page, but not on the generated pdf, even after reloading etc.

adamburmister commented 9 years ago

Interesting... there is (was) an etag check on the requests, so it should have been refreshing.

I have recently fronted the service with Cloudflare for better performance, so this would be a possible cause. I suggest hard refreshing, that may kick off a new request through CF.