better cache-control: private, no-cache parsing
authorAndy Wingo <wingo@pobox.com>
Thu, 16 Dec 2010 16:56:03 +0000 (17:56 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 16 Dec 2010 16:56:03 +0000 (17:56 +0100)
commit25731543d4b6c61484ce3e5aef2e341a62d6137c
treecdf05bb717b9a3037a79855de8771c066d6c39c8
parentac7f17e3ca30ad965dca6067720cc2a05f35063f
better cache-control: private, no-cache parsing

* module/web/http.scm (cache-control): Parse private and no-cache
  better.
* test-suite/tests/web-http.test ("general headers"): Update.
module/web/http.scm
test-suite/tests/web-http.test