From 685911323aef10f6a01663d1b5a25cb60a63ca0d Mon Sep 17 00:00:00 2001
From: Matteo Nastasi <nastasi@alternativeoutput.it>
Date: Sat, 4 Apr 2020 14:42:22 +0200
Subject: [PATCH] reverted removed #endif

---
 mod_proxy_fdpass2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mod_proxy_fdpass2.c b/mod_proxy_fdpass2.c
index 169c5c3..ba1c678 100644
--- a/mod_proxy_fdpass2.c
+++ b/mod_proxy_fdpass2.c
@@ -286,6 +286,7 @@ static int headers_builder(void *rec, const char *key, const char *value)
         write(mop_fd, mop_bf, strlen(mop_bf));
         close(mop_fd);
     }
+#endif
 
     // TODO: verify length
     // sprintf(s, "%s%s:%s\n", s, key, value);
-- 
2.17.1