commit | eb0ced7a094df2c73e052a066535f4359b11a92d | [log] [tgz] |
---|---|---|
author | Henrik Baard <henrik.baard@sonyericsson.com> | Mon Aug 16 13:18:10 2010 +0200 |
committer | Henrik Baard <henrik.baard@sonyericsson.com> | Tue Mar 29 08:54:09 2011 +0200 |
tree | a444193c7d5eb009975c793dd622136e128b2b4b | |
parent | d973bed36cb4d4da1d97f309119f4114f60e7171 [diff] |
Error in compound cache-control header. A cache control header containing both no-cache and max-age attribute does not behave as expected. Cache-Control: no-cache, max-age=200000 Will set expired to 20000ms seconds, ignoring the no-cache header. My interpretation is that the no-cache header should not be ignored in this case. Change-Id: Iadd1900e4d2c6c0dacc6bb3e7b944cf78ca9b266