mod_http_cache: forgot to add write to http_cache:// format

This commit is contained in:
Chris Rienzo 2013-05-21 09:27:39 -04:00
parent b755c8347b
commit 83d7b60d74
1 changed files with 1 additions and 0 deletions

View File

@ -1567,6 +1567,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_http_cache_load)
file_interface->file_open = http_cache_file_open;
file_interface->file_close = http_file_close;
file_interface->file_read = http_file_read;
file_interface->file_write = http_file_write;
if (gcache.enable_file_formats) {
file_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_FILE_INTERFACE);