Changeset 1862 for tags/lighttpd-1.4.15
- Timestamp:
- 05/25/2007 12:54:58 PM (17 months ago)
- Files:
-
- 1 modified
-
tags/lighttpd-1.4.15/src/stat_cache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/lighttpd-1.4.15/src/stat_cache.c
r1860 r1862 611 611 etag_create(sce->etag, &(sce->st)); 612 612 #ifdef HAVE_XATTR 613 if ( con->conf.use_xattr &&buffer_is_empty(sce->content_type)) {613 if (buffer_is_empty(sce->content_type)) { 614 614 stat_cache_attr_get(sce->content_type, name->ptr); 615 615 }

