kaihendry / greptweet

Sane twitter backup and search
https://greptweet.com/
Other
76 stars 10 forks source link

Noticed my manifest did not update #52

Closed kaihendry closed 9 years ago

kaihendry commented 9 years ago

http://greptweet.com/u/kaihendry/greptweet.appcache

I think my ISP is aggressively caching things.

x220:~$ curl -i http://greptweet.com/u/kaihendry/greptweet.appcache
HTTP/1.1 200 OK
Content-Length: 368
Content-Type: text/plain; charset=utf-8
ETag: "54798505-170"
Server: nginx/1.6.2
Last-Modified: Sat, 29 Nov 2014 08:34:13 GMT
Via: 1.1 SC13900_82_60
Connection: keep-alive
Date: Sun, 30 Nov 2014 13:14:48 GMT

CACHE MANIFEST
# Sat Nov 29 08:34:13 UTC 2014
CACHE:
tweets.txt
/main.js
/bootstrap/css/bootstrap.min.css
/bootstrap/css/bootstrap-theme.min.css
/bootstrap/fonts/glyphicons-halflings-regular.ttf
/bootstrap/fonts/glyphicons-halflings-regular.woff
/bootstrap/fonts/glyphicons-halflings-regular.eot
/bootstrap/fonts/glyphicons-halflings-regular.svg
/jquery.js
NETWORK:
*

Since other machines fetching the config is fine!

sg:~$ curl -i http://greptweet.com/u/kaihendry/greptweet.appcache
HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Sun, 30 Nov 2014 13:17:31 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 368
Last-Modified: Sun, 30 Nov 2014 13:14:10 GMT
Connection: keep-alive
ETag: "547b1822-170"
Accept-Ranges: bytes

CACHE MANIFEST
# Sun Nov 30 13:14:10 UTC 2014
CACHE:
tweets.txt
/main.js
/bootstrap/css/bootstrap.min.css
/bootstrap/css/bootstrap-theme.min.css
/bootstrap/fonts/glyphicons-halflings-regular.ttf
/bootstrap/fonts/glyphicons-halflings-regular.woff
/bootstrap/fonts/glyphicons-halflings-regular.eot
/bootstrap/fonts/glyphicons-halflings-regular.svg
/jquery.js
NETWORK:
*
kaihendry commented 9 years ago

Ok, trying to figure out how to make it non-cachable