[Groonga-commit] groonga/groonga [master] Remove redundant statement

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 22日 (金) 11:43:01 JST


Ryo Onodera	2012-06-22 11:43:01 +0900 (Fri, 22 Jun 2012)

  New Revision: bf95e579bca115202d36280f53c8e2f6a0e2cd5e
  https://github.com/groonga/groonga/commit/bf95e579bca115202d36280f53c8e2f6a0e2cd5e

  Log:
    Remove redundant statement

  Modified files:
    src/nginx-module/ngx_http_groonga_module.c

  Modified: src/nginx-module/ngx_http_groonga_module.c (+0 -1)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-06-22 11:27:34 +0900 (96d33ed)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-06-22 11:43:01 +0900 (ad4ac3f)
@@ -196,7 +196,6 @@ ngx_http_groonga_handler(ngx_http_request_t *r)
   }
 
   /* set the 'Content-type' header */
-  r->headers_out.content_type_len = sizeof(content_type) - 1;
   r->headers_out.content_type.len = sizeof(content_type) - 1;
   r->headers_out.content_type.data = (u_char *) content_type;
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index