|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.3.10-36 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.3.10-87 - 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" /> |
|
4717 | 4717 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4718 | 4718 | </p> |
4719 | 4719 | <p class="text-right"> |
4720 | | - <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> |
| 4720 | + <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/27</b></small> |
4721 | 4721 | </p> |
4722 | 4722 | </div> |
4723 | 4723 | <!-- /.sidebar --> |
|
4728 | 4728 | <div class="text-center"> |
4729 | 4729 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4730 | 4730 | <h2>Configuration Manual</h2> |
4731 | | - <p><strong>version 3.3.10-36</strong></p> |
| 4731 | + <p><strong>version 3.3.10-87</strong></p> |
4732 | 4732 | <p> |
4733 | 4733 | 2026/05/11<br> |
4734 | 4734 |
|
@@ -14558,7 +14558,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
14558 | 14558 | When this option is set, the following rules are observed: |
14559 | 14559 |
|
14560 | 14560 | * In H1 only, invalid characters, including NULL character, in header name |
14561 | | - will be accepted; |
| 14561 | + will not be rejected; however the header will be dropped. |
14562 | 14562 |
|
14563 | 14563 | * In H1 only, NULL character in header value will be accepted; |
14564 | 14564 |
|
@@ -14618,8 +14618,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
14618 | 14618 |
|
14619 | 14619 | When this option is set, the following rules are observed: |
14620 | 14620 |
|
| 14621 | + * In H1 only, status codes longer than 3 digits but whose value fits in 16 |
| 14622 | + bits are not rejected. |
| 14623 | + |
14621 | 14624 | * In H1 only, invalid characters, including NULL character, in header name |
14622 | | - will be accepted; |
| 14625 | + will not be rejected; however the header will be dropped. |
14623 | 14626 |
|
14624 | 14627 | * In H1 only, NULL character in header value will be accepted; |
14625 | 14628 |
|
@@ -33996,7 +33999,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33996 | 33999 | <br> |
33997 | 34000 | <hr> |
33998 | 34001 | <div class="text-right"> |
33999 | | - HAProxy 3.3.10-36 – Configuration Manual<br> |
| 34002 | + HAProxy 3.3.10-87 – Configuration Manual<br> |
34000 | 34003 | <small>, 2026/05/11</small> |
34001 | 34004 | </div> |
34002 | 34005 | </div> |
|
0 commit comments