Kouhei Sutou
null+****@clear*****
Thu Sep 6 17:29:04 JST 2012
Kouhei Sutou 2012-09-06 17:29:04 +0900 (Thu, 06 Sep 2012) New Revision: 8086f9baee2c577588470f9182a364ca41a21c7e https://github.com/groonga/groonga/commit/8086f9baee2c577588470f9182a364ca41a21c7e Log: groonga-httpd: request -> command_path Modified files: src/nginx-module/ngx_http_groonga_module.c Modified: src/nginx-module/ngx_http_groonga_module.c (+4 -4) =================================================================== --- src/nginx-module/ngx_http_groonga_module.c 2012-09-06 17:26:21 +0900 (ce61250) +++ src/nginx-module/ngx_http_groonga_module.c 2012-09-06 17:29:04 +0900 (6d96e62) @@ -265,9 +265,9 @@ ngx_http_groonga_handler_create_data(ngx_http_request_t *r, } static ngx_int_t -ngx_http_groonga_handler_process_request(ngx_http_request_t *r, - ngx_str_t *command_path, - ngx_http_groonga_handler_data_t *data) +ngx_http_groonga_handler_process_command_path(ngx_http_request_t *r, + ngx_str_t *command_path, + ngx_http_groonga_handler_data_t *data) { grn_ctx *context; grn_obj uri; @@ -387,7 +387,7 @@ ngx_http_groonga_handler_get(ngx_http_request_t *r) return rc; } - rc = ngx_http_groonga_handler_process_request(r, &command_path, data); + rc = ngx_http_groonga_handler_process_command_path(r, &command_path, data); if (rc != NGX_OK) { return rc; } -------------- next part -------------- HTML����������������������������... ダウンロード