Skip to content

Commit 8035770

Browse files
author
HAProxy Community
committed
Update docs for 3.2
1 parent f03509e commit 8035770

3 files changed

Lines changed: 17 additions & 14 deletions

File tree

docs/3.2/configuration.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<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>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4636,7 +4636,7 @@
46364636
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46374637
</p>
46384638
<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>
46404640
</p>
46414641
</div>
46424642
<!-- /.sidebar -->
@@ -4647,7 +4647,7 @@
46474647
<div class="text-center">
46484648
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46494649
<h2>Configuration Manual</h2>
4650-
<p><strong>version 3.2.19-29</strong></p>
4650+
<p><strong>version 3.2.19-93</strong></p>
46514651
<p>
46524652
2026/05/11<br>
46534653

@@ -14181,7 +14181,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1418114181
When this option is set, the following rules are observed:
1418214182

1418314183
* 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.
1418514185

1418614186
* In H1 only, NULL character in header value will be accepted;
1418714187

@@ -14241,8 +14241,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1424114241

1424214242
When this option is set, the following rules are observed:
1424314243

14244+
* In H1 only, status codes longer than 3 digits but whose value fits in 16
14245+
bits are not rejected.
14246+
1424414247
* 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.
1424614249

1424714250
* In H1 only, NULL character in header value will be accepted;
1424814251

@@ -33331,7 +33334,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3333133334
<br>
3333233335
<hr>
3333333336
<div class="text-right">
33334-
HAProxy 3.2.19-29 &ndash; Configuration Manual<br>
33337+
HAProxy 3.2.19-93 &ndash; Configuration Manual<br>
3333533338
<small>, 2026/05/11</small>
3333633339
</div>
3333733340
</div>

docs/3.2/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.2.19-29 - Starter Guide</title>
5+
<title>HAProxy version 3.2.19-93 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<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>
487+
<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>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.2.19-29</strong></p>
498+
<p><strong>version 3.2.19-93</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.2.19-29 &ndash; Starter Guide<br>
2518+
HAProxy 3.2.19-93 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.2/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.2.19-29 - Management Guide</title>
5+
<title>HAProxy version 3.2.19-93 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<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>
665+
<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>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.2.19-29</strong></p>
676+
<p><strong>version 3.2.19-93</strong></p>
677677
<p>
678678
<br>
679679

@@ -5596,7 +5596,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55965596
<br>
55975597
<hr>
55985598
<div class="text-right">
5599-
HAProxy 3.2.19-29 &ndash; Management Guide<br>
5599+
HAProxy 3.2.19-93 &ndash; Management Guide<br>
56005600
<small>, </small>
56015601
</div>
56025602
</div>

0 commit comments

Comments
 (0)