Hi.

This patch is a proposal to add the to the doc the delimiter for 
h1-case-adjust-file.

Regards

Aleks

>From d1b1061a54bb254c722cdfc984cde3466eabf5a1 Mon Sep 17 00:00:00 2001
From: Alex <al-w...@none.at>
Date: Wed, 15 Jul 2020 21:31:18 +0200
Subject: [PATCH] DOC/MINOR: haproxy: Add description which delimiter is used for
 h1-case-adjust-file

---
 doc/configuration.txt | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index 2a4672b05..6c2e9f4b6 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -907,14 +907,15 @@ h1-case-adjust <from> <to>
   "option h1-case-adjust-bogus-server".
 
 h1-case-adjust-file <hdrs-file>
-  Defines a file containing a list of key/value pairs used to adjust the case
-  of some header names before sending them to HTTP/1 clients or servers. The
-  file <hdrs-file> must contain 2 header names per line. The first one must be
-  in lower case and both must not differ except for their case. Lines which
-  start with '#' are ignored, just like empty lines. Leading and trailing tabs
-  and spaces are stripped. Duplicate entries are not allowed. Please note that
-  no transformation will be applied unless "option h1-case-adjust-bogus-client"
-  or "option h1-case-adjust-bogus-server" is specified in a proxy.
+  Defines a file containing a list of key/value pairs separated by spaces 
+  used to adjust the case of some header names before sending them to HTTP/1 
+  clients or servers. The file <hdrs-file> must contain 2 header names per 
+  line separated by spaces. The first one must be in lower case and both must 
+  not differ except for their case. Lines which start with '#' are ignored, 
+  just like empty lines. Leading and trailing tabs and spaces are stripped. 
+  Duplicate entries are not allowed. Please note that no transformation will be
+  applied unless "option h1-case-adjust-bogus-client" or 
+  "option h1-case-adjust-bogus-server" is specified in a proxy.
 
   If this directive is repeated, only the last one will be processed.  It is an
   alternative to the directive "h1-case-adjust" if a lot of header names need
-- 
2.20.1

Reply via email to