]> granicus.if.org Git - apache/commit
* Prevent a segmentation fault if one of the Cache-Control headers
authorRuediger Pluem <rpluem@apache.org>
Sun, 6 May 2007 14:35:02 +0000 (14:35 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 6 May 2007 14:35:02 +0000 (14:35 +0000)
commit6ad514ccc1b8f5578bb884347423fd03a06e95a2
tree2992e0fd09de90461514be518a70fe400e81dcc5
parentd9c3aa03451f0b82a738f552515adf50484175a2
* Prevent a segmentation fault if one of the Cache-Control headers
  s-maxage, max-age, min-fresh, max-stale has no value assigned.
  In this case ignore s-maxage, max-age, min-fresh. For max-stale
  it is valid to set no value. In this case set max-stale to 1 year
  to signal that the client is accepting a stale response of any age.

Submitted by: Niklas Edmundsson <nikke acc.umu.se>
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535617 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/cache_util.c