|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.4-dev13-39 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.4-dev14 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4926 | 4926 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4927 | 4927 | </p> |
4928 | 4928 | <p class="text-right"> |
4929 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/21</b></small> |
| 4929 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/26</b></small> |
4930 | 4930 | </p> |
4931 | 4931 | </div> |
4932 | 4932 | <!-- /.sidebar --> |
|
4937 | 4937 | <div class="text-center"> |
4938 | 4938 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4939 | 4939 | <h2>Configuration Manual</h2> |
4940 | | - <p><strong>version 3.4-dev13-39</strong></p> |
| 4940 | + <p><strong>version 3.4-dev14</strong></p> |
4941 | 4941 | <p> |
4942 | | - 2026/05/20<br> |
| 4942 | + 2026/05/26<br> |
4943 | 4943 |
|
4944 | 4944 | </p> |
4945 | 4945 | </div> |
@@ -15156,7 +15156,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
15156 | 15156 | When this option is set, the following rules are observed: |
15157 | 15157 |
|
15158 | 15158 | * In H1 only, invalid characters, including NULL character, in header name |
15159 | | - will be accepted; |
| 15159 | + will not be rejected; however the header will be dropped. |
15160 | 15160 |
|
15161 | 15161 | * In H1 only, NULL character in header value will be accepted; |
15162 | 15162 |
|
@@ -15216,8 +15216,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
15216 | 15216 |
|
15217 | 15217 | When this option is set, the following rules are observed: |
15218 | 15218 |
|
| 15219 | + * In H1 only, status codes longer than 3 digits but whose value fits in 16 |
| 15220 | + bits are not rejected. |
| 15221 | + |
15219 | 15222 | * In H1 only, invalid characters, including NULL character, in header name |
15220 | | - will be accepted; |
| 15223 | + will not be rejected; however the header will be dropped. |
15221 | 15224 |
|
15222 | 15225 | * In H1 only, NULL character in header value will be accepted; |
15223 | 15226 |
|
@@ -35676,8 +35679,8 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12 |
35676 | 35679 | <br> |
35677 | 35680 | <hr> |
35678 | 35681 | <div class="text-right"> |
35679 | | - HAProxy 3.4-dev13-39 – Configuration Manual<br> |
35680 | | - <small>, 2026/05/20</small> |
| 35682 | + HAProxy 3.4-dev14 – Configuration Manual<br> |
| 35683 | + <small>, 2026/05/26</small> |
35681 | 35684 | </div> |
35682 | 35685 | </div> |
35683 | 35686 | <!-- /.col-lg-12 --> |
|
0 commit comments