Changeset 1860

Show
Ignore:
Timestamp:
05/25/2007 12:44:15 PM (1 year ago)
Author:
darix
Message:

- do not use xattr for content-type handling unconditionally

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/lighttpd-1.4.15/src/stat_cache.c

    r1371 r1860  
    611611                etag_create(sce->etag, &(sce->st)); 
    612612#ifdef HAVE_XATTR 
    613                 if (buffer_is_empty(sce->content_type)) { 
     613                if (con->conf.use_xattr && buffer_is_empty(sce->content_type)) { 
    614614                        stat_cache_attr_get(sce->content_type, name->ptr); 
    615615                }