Kouhei Sutou
null+****@clear*****
Thu Mar 5 22:43:20 JST 2015
Kouhei Sutou 2015-03-05 22:43:20 +0900 (Thu, 05 Mar 2015) New Revision: cfe9a73f4d440ab54bc6ad57fe4b12e37f89610e https://github.com/groonga/groonga/commit/cfe9a73f4d440ab54bc6ad57fe4b12e37f89610e Message: groonga-httpd: use graceful stop to clean Groonga Modified files: src/httpd/nginx-module/ngx_http_groonga_module.c Modified: src/httpd/nginx-module/ngx_http_groonga_module.c (+1 -1) =================================================================== --- src/httpd/nginx-module/ngx_http_groonga_module.c 2015-03-05 22:28:12 +0900 (a19045c) +++ src/httpd/nginx-module/ngx_http_groonga_module.c 2015-03-05 22:43:20 +0900 (3536994) @@ -530,7 +530,7 @@ ngx_http_groonga_context_receive_handler_typed(grn_ctx *context, } ngx_rc = ngx_os_signal_process((ngx_cycle_t*)ngx_cycle, - "stop", + "quit", ngx_pid); if (ngx_rc == NGX_OK) { context->stat &= ~GRN_CTX_QUIT; -------------- next part -------------- HTML����������������������������...Download