commit ff40f046939278ef277ddcb24ebf8a318a9f2584
parent 14095a7702c7feec2155e8e1ac9be7968f701140
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 Jan 2020 15:28:30 +0100
Remove forgotten debug message.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/linux.c b/src/linux.c
@@ -233,8 +233,6 @@ kore_platform_sendfile(struct connection *c, struct netbuf *nb)
ssize_t sent;
size_t len, prevoff;
- printf("sendfile is used\n");
-
prevoff = nb->fd_off;
smin = nb->fd_len - nb->fd_off;
len = MIN(SENDFILE_PAYLOAD_MAX, smin);