mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 09:01:18 +03:00
As cache_control_t is public, make ap_cache_control() public with it. Bump
the MMN for addition of ap_cache_control(), and the addition of cache_control_t to the disk format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
8
modules/cache/cache_util.h
vendored
8
modules/cache/cache_util.h
vendored
@ -225,14 +225,6 @@ typedef struct {
|
||||
cache_control_t control_in; /* cache control incoming */
|
||||
} cache_request_rec;
|
||||
|
||||
/**
|
||||
* Parse the Cache-Control and Pragma headers in one go, marking
|
||||
* which tokens appear within the header. Populate the structure
|
||||
* passed in.
|
||||
*/
|
||||
int ap_cache_control(request_rec *r, cache_control_t *cc, const char *cc_header,
|
||||
const char *pragma_header, apr_table_t *headers);
|
||||
|
||||
/**
|
||||
* Check the whether the request allows a cached object to be served as per RFC2616
|
||||
* section 14.9.4 (Cache Revalidation and Reload Controls)
|
||||
|
Reference in New Issue
Block a user