commit | 20139ff13adddd0fdf497a086615dac95ced6e8d | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Oct 05 10:14:21 2011 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Oct 05 10:14:21 2011 +0000 |
tree | e11b03118265d376eaa8167d9050171f61ba485a | |
parent | 3aba7688559b27374d7dfc262d5aef7bbaf6d98d [diff] |
Fixed cache bypass caching of non-cacheable replies (ticket #21). If cache was bypassed with proxy_cache_bypass, cache-controlling headers (Cache-Control, Expires) wasn't considered and response was cached even if it was actually non-cacheable. Patch by John Ferlito.