From c0799101b18ea9f20c28f2e09cab0b8cb46b3c24 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 18 Mar 2021 20:32:09 +0100 Subject: [PATCH] Removed TODO escape IPv6 addresses --- src/rev_proxy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rev_proxy.c b/src/rev_proxy.c index 8443cfd..6204ca0 100644 --- a/src/rev_proxy.c +++ b/src/rev_proxy.c @@ -46,7 +46,6 @@ int rev_proxy_request_header(http_req *req, int enc) { return -1; } if (forwarded == NULL) { - // TODO escape IPv6 addresses http_add_header_field(&req->hdr, "Forwarded", buf1); } else { p_len = snprintf(buf2, sizeof(buf2), "%s, %s", forwarded, buf1);