From dae43ac093c4bfa29f649ba0a982a18cab2078e5 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 25 Sep 2025 22:07:06 +0000 Subject: [PATCH] chore: remove trailing whitespace from README.md line 42 --- rproxy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rproxy.c b/rproxy.c index 5f01b9d..ce8a50d 100644 --- a/rproxy.c +++ b/rproxy.c @@ -1708,8 +1708,6 @@ void accept_new_connection(int listener_fd) { } } - - void close_connection(int fd) { if (fd < 0 || fd >= MAX_FDS) return;