Chad Weider
|
29548244fd
|
Do not cache 404 responses.
This makes DOS attacks way to easy. This really needs to be replaced with an LRU (e.g. a prebuilt middleware).
|
2012-03-04 15:14:09 -08:00 |
|
Chad Weider
|
57d0a2e803
|
Avoid orphaned cache files from breaking the caching layer.
|
2012-03-04 15:07:00 -08:00 |
|
Chad Weider
|
a7c009d0c9
|
Status code should not be assumed.
|
2012-02-28 18:09:33 -08:00 |
|
Chad Weider
|
118e7928b9
|
Headers should only be set after file is written.
|
2012-02-28 18:08:03 -08:00 |
|
Chad Weider
|
24a26953a7
|
Account for undefined argument.
|
2012-02-28 18:06:30 -08:00 |
|
Chad Weider
|
96ee77d85b
|
Check error not stats.
|
2012-02-28 18:05:27 -08:00 |
|
Chad Weider
|
df9e29087f
|
Only gzip text files.
It is not very productive to compress images so compress text only.
|
2012-02-19 20:47:17 -08:00 |
|
Chad Weider
|
bb10f026ca
|
Create CachingMiddleware for zipping and caching.
|
2012-02-19 20:43:17 -08:00 |
|