ASF Bugzilla – Attachment 18157 Details for
Bug 39380
mod_disk_cache eats memory, has no LFS support, etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_disk_cache: Consequently use disk_cache: in error log strings
httpd-2.2.1-disk_cache-p1-logstring.patch (text/plain), 2.65 KB, created by
Niklas Edmundsson
on 2006-04-23 08:34:45 UTC
(
hide
)
Description:
mod_disk_cache: Consequently use disk_cache: in error log strings
Filename:
MIME Type:
Creator:
Niklas Edmundsson
Created:
2006-04-23 08:34:45 UTC
Size:
2.65 KB
patch
obsolete
>diff -ru ../dist/modules/cache/mod_disk_cache.c ./modules/cache/mod_disk_cache.c >--- ../dist/modules/cache/mod_disk_cache.c 2006-04-01 08:26:56.000000000 +0200 >+++ ./modules/cache/mod_disk_cache.c 2006-04-23 10:10:51.000000000 +0200 >@@ -431,7 +431,7 @@ > } > else if (format != DISK_FORMAT_VERSION) { > ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, >- "cache_disk: File '%s' has a version mismatch. File had version: %d.", >+ "disk_cache: File '%s' has a version mismatch. File had version: %d.", > dobj->hdrsfile, format); > return DECLINED; > } >@@ -987,7 +987,7 @@ > rv = apr_bucket_read(e, &str, &length, APR_BLOCK_READ); > if (rv != APR_SUCCESS) { > ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, >- "cache_disk: Error when reading bucket for URL %s", >+ "disk_cache: Error when reading bucket for URL %s", > h->cache_obj->key); > /* Remove the intermediate cache file and return non-APR_SUCCESS */ > file_cache_errorcleanup(dobj, r); >@@ -996,7 +996,7 @@ > rv = apr_file_write_full(dobj->tfd, str, length, &written); > if (rv != APR_SUCCESS) { > ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, >- "cache_disk: Error when writing cache file for URL %s", >+ "disk_cache: Error when writing cache file for URL %s", > h->cache_obj->key); > /* Remove the intermediate cache file and return non-APR_SUCCESS */ > file_cache_errorcleanup(dobj, r); >@@ -1005,7 +1005,7 @@ > dobj->file_size += written; > if (dobj->file_size > conf->maxfs) { > ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, >- "cache_disk: URL %s failed the size check " >+ "disk_cache: URL %s failed the size check " > "(%" APR_OFF_T_FMT ">%" APR_SIZE_T_FMT ")", > h->cache_obj->key, dobj->file_size, conf->maxfs); > /* Remove the intermediate cache file and return non-APR_SUCCESS */ >@@ -1029,7 +1029,7 @@ > } > if (dobj->file_size < conf->minfs) { > ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, >- "cache_disk: URL %s failed the size check " >+ "disk_cache: URL %s failed the size check " > "(%" APR_OFF_T_FMT "<%" APR_SIZE_T_FMT ")", > h->cache_obj->key, dobj->file_size, conf->minfs); > /* Remove the intermediate cache file and return non-APR_SUCCESS */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39380
:
18152
|
18154
|
18155
|
18157
|
18158
|
18159
|
18860
|
18861
|
18916
|
18968
|
18969
|
18979
|
18980
|
19418
|
20558
|
21016
|
21519
|
21715
|
22127