|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2.19-29 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2.19-93 - 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" /> |
|
4636 | 4636 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4637 | 4637 | </p> |
4638 | 4638 | <p class="text-right"> |
4639 | | - <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> |
| 4639 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/06/01</b></small> |
4640 | 4640 | </p> |
4641 | 4641 | </div> |
4642 | 4642 | <!-- /.sidebar --> |
|
4647 | 4647 | <div class="text-center"> |
4648 | 4648 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4649 | 4649 | <h2>Configuration Manual</h2> |
4650 | | - <p><strong>version 3.2.19-29</strong></p> |
| 4650 | + <p><strong>version 3.2.19-93</strong></p> |
4651 | 4651 | <p> |
4652 | 4652 | 2026/05/11<br> |
4653 | 4653 |
|
@@ -14181,7 +14181,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
14181 | 14181 | When this option is set, the following rules are observed: |
14182 | 14182 |
|
14183 | 14183 | * In H1 only, invalid characters, including NULL character, in header name |
14184 | | - will be accepted; |
| 14184 | + will not be rejected; however the header will be dropped. |
14185 | 14185 |
|
14186 | 14186 | * In H1 only, NULL character in header value will be accepted; |
14187 | 14187 |
|
@@ -14241,8 +14241,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
14241 | 14241 |
|
14242 | 14242 | When this option is set, the following rules are observed: |
14243 | 14243 |
|
| 14244 | + * In H1 only, status codes longer than 3 digits but whose value fits in 16 |
| 14245 | + bits are not rejected. |
| 14246 | + |
14244 | 14247 | * In H1 only, invalid characters, including NULL character, in header name |
14245 | | - will be accepted; |
| 14248 | + will not be rejected; however the header will be dropped. |
14246 | 14249 |
|
14247 | 14250 | * In H1 only, NULL character in header value will be accepted; |
14248 | 14251 |
|
@@ -33331,7 +33334,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12 |
33331 | 33334 | <br> |
33332 | 33335 | <hr> |
33333 | 33336 | <div class="text-right"> |
33334 | | - HAProxy 3.2.19-29 – Configuration Manual<br> |
| 33337 | + HAProxy 3.2.19-93 – Configuration Manual<br> |
33335 | 33338 | <small>, 2026/05/11</small> |
33336 | 33339 | </div> |
33337 | 33340 | </div> |
|
0 commit comments