Navigation Menu

Skip to content

Commit

Permalink
http: fix a bug that two or more requests don't have body
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 22, 2015
1 parent b6e65a0 commit 3040ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/groonga.c
Expand Up @@ -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) {...} */
Expand Down

0 comments on commit 3040ef0

Please sign in to comment.