ngx_cached_open_file_t *file, ngx_open_file_info_t *of, ngx_log_t *log); static void ngx_open_file_cleanup(void *data); static void ngx_close_cached_file(ngx_open_file_cache_t *cache, ngx_cached_open_file_t *file, ngx_uint_t min_uses, ngx_log_t *log); ...
agentzh ngx-open-file-cache-misses.sxx: eliminate the divide by zero error. Latest commit ba1a782 Aug 19, 2013 History 1 contributor executable file 35 lines (28 sloc) 641 Bytes Raw Blame #!/usr/bin/env stap++ global misses, total, in_ctx probe @pfunc(ngx_open_cached_file) { ...
#define _NGX_ASYNC_OPEN_FILE_CACHE_H_INCLUDED_ typedef void(*ngx_async_open_file_callback_t)(void* context, ngx_int_t rc); ngx_int_t ngx_async_open_cached_file( ngx_open_file_cache_t *cache, ngx_str_t *name, ngx_open_file_info_t *of, ngx_pool_t *pool, ngx_thread_poo...
if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) != NGX_OK) { if (of.err != NGX_ENOENT && of.err != NGX_ENOTDIR) { ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err, ngx_file_info_n " \"%s\" failed", value->data); ...
inner error--Error:ENOENT:no such file or directory,open'\package.json'at Object.openSync(fs.js:476:3)at Object.readFileSync(fs.js:377:35)at CacheBackend.provideSync(C:\dev\nis\NIS\ClientApp\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:233:32)at WebpackFileSystem.readFileAs...
open_file_cache_errors off; error_page 404 = /fetch$uri; } location /fetch/ { internal; fastcgi_pass backend:9000; ... fastcgi_store on; fastcgi_store_access user:rw group:rw all:r; fastcgi_temp_path /data/temp; alias /data/www/; ...
Filename","called","fillText","getImageData","angle","isFontReady","body","removeChild","complete","FontFaceObject","compiledGlyphs","translatedData","animationStarted","FontFace","loadedName","mimetype","external","registerFont","character","cmds","errorFontGetPath","IsEvalSupportedCached...
"_cachedChunks","fullRequestXhrId","fullRequestXhr","getResponseHeader","_validateRangeRequest","validateRangeRequestCapabilities","allowRangeRequests","suggestedLength","extractFilenameFromHeader","createResponseStatusError","_requestId","onClosed","_close","contentDisposition","getFilenameFromContent...
The first parameter sets a timeout during which a keep-alive client connection will stay open on the server side. The zero value disables keep-alive client connections. The optional second parameter sets a value in the “Keep-Alive: timeout=time” response header field. Two parameters may dif...
Before 1.7.8, the response could be cached. This directive appeared in version 1.11.6. Sets an offset in bytes for byte-range requests. If the range is beyond the offset, the range request will be passed to the FastCGI server and the response will not be cached. ...