I hereby claim:
- I am ondrowan on github.
- I am ondrowan (https://keybase.io/ondrowan) on keybase.
- I have a public key ASBvwJOhjy77lUbsNud3Ylz5HLkXP8UKy7gNkveIpPcbhgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import pickle | |
| class FieldTracker(object): | |
| def patch_save(self, instance): | |
| original_save = instance.save | |
| def save(**kwargs): | |
| ret = original_save(**kwargs) |
| backend default { | |
| .host = "127.0.0.1"; | |
| .port = "80"; | |
| } | |
| sub vcl_recv { | |
| if (req.http.Cache-Control ~ "no-cache") { | |
| return (pass); | |
| } |