Skip to content

Commit 69c3aca

Browse files
committed
fix typo in nginx non-blocking status
1 parent 988569b commit 69c3aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/ngx_http_mapcache_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ ngx_http_mapcache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
298298
return NGX_CONF_ERROR;
299299
}
300300
mapcache_connection_pool_create(&ctx->connection_pool,ctx->pool);
301-
ctx->config->non_blocking = 0;
301+
ctx->config->non_blocking = 1;
302302

303303
ngx_http_core_loc_conf_t *clcf;
304304

0 commit comments

Comments
 (0)