Fix type in mod_cache_disk_etag
This commit is contained in:
parent
f221bac60e
commit
39ff1ea62d
|
@ -153,7 +153,7 @@ static liHandlerResult cache_etag_filter_miss(liVRequest *vr, liFilter *f) {
|
|||
cache_etag_file *cfile = (cache_etag_file*) f->param;
|
||||
ssize_t res;
|
||||
gchar *buf;
|
||||
goffset buflen;
|
||||
off_t buflen;
|
||||
liChunkIter citer = chunkqueue_iter(f->in);
|
||||
UNUSED(vr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue