mlibbey

Results 13 comments of mlibbey

Here's a snippet of a machine in our production, where we have a SSD and RAM Disk. ``` $ cat storage.config /dev/disk/by-path/pci-0000:03:00.0-sas-0x3009865483c90bf1-lun-0 volume=1 /dev/disk/by-path/pci-0000:03:00.0-sas-0x3009865483c90bf2-lun-0 volume=1 /dev/disk/by-path/pci-0000:03:00.0-sas-0x3009865483c90bf3-lun-0 volume=1 /dev/ram0 volume=2 $...

What are the corner cases to consider? If the origin says that an object no longer exists during revalidation, when would we want to keep serving old content in cache?

what happens if you try `curl -I http://www.google.com/ -H "token: abc" --connect-to ::127.0.0.1:8080` (eg, it looks like curl is trying the CONNECT method, but you want it to use GET)