526,527d525 < b->completion_handler = msg_info->completion_handler; < 530d527 < b->completion_handler(task, b, b->parent); 531a529,530 > > b->completion_handler(task, b, b->parent); 4115a4115,4116 > > req_rpc_data->msg_info.buf->next = NULL; 5028d5028 < req_rpc_data->msg_info.completion_handler = buf->completion_handler; 5030,5036d5029 < do { < buf->completion_handler = nxt_router_dummy_buf_completion; < buf = buf->next; < } while (buf != NULL); < < buf = req_rpc_data->msg_info.buf; <