structures.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151815
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_disk_cache: Properly load cached ETag from on-disk structures.
+ [Justin Erenkrantz]
+
*) mod_authnz_ldap: Added an optional second parameter to AuthLDAPURL
to allow it to override the connection type set in mod_ldap. This
parameter can be set to NONE, SSL or TLS | STARTTLS.
h->status = dobj->disk_info.status;
h->content_type = apr_table_get(h->resp_hdrs, "Content-Type");
+ h->cache_obj->info.etag = apr_table_get(h->resp_hdrs, "ETag");
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
"disk_cache: Recalled headers for URL %s", dobj->name);