From: Matteo Nastasi Date: Sat, 4 Apr 2020 12:42:22 +0000 (+0200) Subject: reverted removed #endif X-Git-Tag: v3.0.1~6 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=mod-proxy-fdpass.git;a=commitdiff_plain;h=685911323aef10f6a01663d1b5a25cb60a63ca0d reverted removed #endif --- 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);