[Groonga-commit] groonga/groonga at 3040ef0 [master] http: fix a bug that two or more requests don't have body

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 22 10:52:24 JST 2015


Kouhei Sutou	2015-01-22 10:52:24 +0900 (Thu, 22 Jan 2015)

  New Revision: 3040ef0af4434a312eb6488f6c810c48c9144a5f
  https://github.com/groonga/groonga/commit/3040ef0af4434a312eb6488f6c810c48c9144a5f

  Message:
    http: fix a bug that two or more requests don't have body

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+0 -1)
===================================================================
--- src/groonga.c    2015-01-21 19:03:35 +0900 (bebcb8e)
+++ src/groonga.c    2015-01-22 10:52:24 +0900 (3c18950)
@@ -1268,7 +1268,6 @@ do_htreq(grn_ctx *ctx, grn_msg *msg)
     break;
   }
   /* TODO: support "Connection: keep-alive" */
-  ctx->stat = GRN_CTX_QUIT;
   /* 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����������������������������...
Download 



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