Skip to content
Snippets Groups Projects
Commit 11118646 authored by Daniel Kahn Gillmor's avatar Daniel Kahn Gillmor Committed by Marek Vavruša
Browse files

fix comment

parent 25f59d33
Branches
Tags
No related merge requests found
......@@ -380,7 +380,7 @@ static int qr_task_on_send(struct qr_task *task, uv_handle_t *handle, int status
{
if (!task->finished) {
if (status == 0 && handle) {
io_start_read(handle); /* Start reading answer */
io_start_read(handle); /* Start reading new query */
} else {
DEBUG_MSG("ioreq send_done %p => %d, %s\n", handle, status, uv_strerror(status));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment