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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 22 10:54:41 JST 2015


Kouhei Sutou	2015-01-22 10:54:41 +0900 (Thu, 22 Jan 2015)

  New Revision: 6b5bf030fe507046d88082a24bc00a4fa7f72a7f
  https://github.com/groonga/groonga/commit/6b5bf030fe507046d88082a24bc00a4fa7f72a7f

  Message:
    http: remove a needless comment
    
    We don't support multiple requests because it's not HTTP-ish.
    We supported load command by one POST.

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+0 -1)
===================================================================
--- src/groonga.c    2015-01-22 10:53:40 +0900 (edaa940)
+++ src/groonga.c    2015-01-22 10:54:41 +0900 (ac432bf)
@@ -1267,7 +1267,6 @@ do_htreq(grn_ctx *ctx, grn_msg *msg)
     do_htreq_post(ctx, msg);
     break;
   }
-  /* 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) {...} */
   grn_msg_close(ctx, (grn_obj *)msg);
-------------- next part --------------
HTML����������������������������...
Download 



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