diff --git a/src/mod/applications/mod_httapi/mod_httapi.c b/src/mod/applications/mod_httapi/mod_httapi.c index 56d9818dd4..4b604904ad 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -2821,7 +2821,7 @@ static switch_status_t locate_url_file(http_file_context_t *context, const char if (newext && (zstr(ext) || strcmp(ext, newext) != 0)) { /* * HTTP Request has returned the file with a different extension - * Update the cache_file path and delete the original file + * Update the cache_file path */ ext = newext; context->cache_file = switch_core_sprintf(context->pool, "%s.%s", context->cache_file_base, newext);