[Groonga-commit] groonga/groonga at f7c8607 [master] http: remove a needless comment

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 22 10:53:40 JST 2015


Kouhei Sutou	2015-01-22 10:53:40 +0900 (Thu, 22 Jan 2015)

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

  Message:
    http: remove a needless comment
    
    We don't implement keep-alive for groonga-server-http. It's implemented
    in groonga-httpd.

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+0 -1)
===================================================================
--- src/groonga.c    2015-01-22 10:52:24 +0900 (3c18950)
+++ src/groonga.c    2015-01-22 10:53:40 +0900 (edaa940)
@@ -1267,7 +1267,6 @@ do_htreq(grn_ctx *ctx, grn_msg *msg)
     do_htreq_post(ctx, msg);
     break;
   }
-  /* TODO: support "Connection: keep-alive" */
   /* TODO: support a command in multi requests. e.g.: load command */
   grn_ctx_set_next_expr(ctx, NULL);
   /* if (ctx->rc != GRN_OPERATION_WOULD_BLOCK) {...} */
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index