Skip to content

Commit 6fe3f9f

Browse files
author
HAProxy Community
committed
Update docs for 3.3
1 parent a0d3d54 commit 6fe3f9f

3 files changed

Lines changed: 17 additions & 14 deletions

File tree

docs/3.3/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.3.10-36 - Configuration Manual</title>
5+
<title>HAProxy version 3.3.10-87 - 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" />
@@ -4717,7 +4717,7 @@
47174717
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47184718
</p>
47194719
<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>
47214721
</p>
47224722
</div>
47234723
<!-- /.sidebar -->
@@ -4728,7 +4728,7 @@
47284728
<div class="text-center">
47294729
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47304730
<h2>Configuration Manual</h2>
4731-
<p><strong>version 3.3.10-36</strong></p>
4731+
<p><strong>version 3.3.10-87</strong></p>
47324732
<p>
47334733
2026/05/11<br>
47344734

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

1456014560
* 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.
1456214562

1456314563
* In H1 only, NULL character in header value will be accepted;
1456414564

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

1461914619
When this option is set, the following rules are observed:
1462014620

14621+
* In H1 only, status codes longer than 3 digits but whose value fits in 16
14622+
bits are not rejected.
14623+
1462114624
* 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.
1462314626

1462414627
* In H1 only, NULL character in header value will be accepted;
1462514628

@@ -33996,7 +33999,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3399633999
<br>
3399734000
<hr>
3399834001
<div class="text-right">
33999-
HAProxy 3.3.10-36 &ndash; Configuration Manual<br>
34002+
HAProxy 3.3.10-87 &ndash; Configuration Manual<br>
3400034003
<small>, 2026/05/11</small>
3400134004
</div>
3400234005
</div>

docs/3.3/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.3.10-36 - Starter Guide</title>
5+
<title>HAProxy version 3.3.10-87 - 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/05/27</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.3.10-36</strong></p>
498+
<p><strong>version 3.3.10-87</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.3.10-36 &ndash; Starter Guide<br>
2518+
HAProxy 3.3.10-87 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.3/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.3.10-36 - Management Guide</title>
5+
<title>HAProxy version 3.3.10-87 - 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" />
@@ -684,7 +684,7 @@
684684
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
685685
</p>
686686
<p class="text-right">
687-
<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>
687+
<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>
688688
</p>
689689
</div>
690690
<!-- /.sidebar -->
@@ -695,7 +695,7 @@
695695
<div class="text-center">
696696
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
697697
<h2>Management Guide</h2>
698-
<p><strong>version 3.3.10-36</strong></p>
698+
<p><strong>version 3.3.10-87</strong></p>
699699
<p>
700700
<br>
701701

@@ -5781,7 +5781,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57815781
<br>
57825782
<hr>
57835783
<div class="text-right">
5784-
HAProxy 3.3.10-36 &ndash; Management Guide<br>
5784+
HAProxy 3.3.10-87 &ndash; Management Guide<br>
57855785
<small>, </small>
57865786
</div>
57875787
</div>

0 commit comments

Comments
 (0)