client: Add a cork TODO pair

This commit is contained in:
nick
2014-02-11 15:22:54 +00:00
parent 8d56316548
commit 175f19b3e7

View File

@@ -416,6 +416,7 @@ void client_reply_to_read( struct client* client, struct nbd_request request )
{
off64_t offset;
// TODO: cork
debug("request read %ld+%d", request.from, request.len);
client_write_reply( client, &request, 0);
@@ -433,6 +434,8 @@ void client_reply_to_read( struct client* client, struct nbd_request request )
"sendfile failed from=%ld, len=%d",
offset,
request.len);
// TODO: uncork
}