commit | a9456d55aba7d6e068339a6a79dbc937ff30486d | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sat Jul 07 21:18:30 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sat Jul 07 21:18:30 2012 +0000 |
tree | 827e39b2f18c6c95e195f3d558094997f46ea760 | |
parent | 4199620461acf05e2b66772ee5f747270cde3d22 [diff] |
Not modified filter: tests separated from actions. This makes code more extendable. The only functional change is when If-Modified-Since and If-Unmodified-Since are specified together, the case which is explicitly left undefined by RFC 2616. The new behaviour is to respect them both, which seems better.