Skip to content

Commit 3996bbc

Browse files
committed
comment updates
1 parent 612c04d commit 3996bbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proxy_internal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,11 @@ static inline int _mcplib_internal_run(LIBEVENT_THREAD *t, mcp_request_t *rq, mc
223223
// Either way this is a lot less code.
224224
mcmc_parse_buf(resp->iov[0].iov_base, resp->iov[0].iov_len, &r->resp);
225225

226-
// TODO: r-> will need status/code/mode copied from resp.
227226
r->cresp = resp;
228227
r->thread = t;
229228
r->cmd = rq->pr.command;
230229
// Always return OK from here as this is signalling an internal error.
231230
r->status = MCMC_OK;
232-
// TODO: r->mode = inherit the noreply/quiet mode.
233231

234232
return 0;
235233
}

0 commit comments

Comments
 (0)