Skip to content

Commit

Permalink
http: remove a needless comment
Browse files Browse the repository at this point in the history
We don't support multiple requests because it's not HTTP-ish.
We supported load command by one POST.
  • Loading branch information
kou committed Jan 22, 2015
1 parent f7c8607 commit 6b5bf03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/groonga.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6b5bf03

Please sign in to comment.