Skip to content

Commit 40cecbe

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 429f3ef commit 40cecbe

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

docs/dev/configuration.html

Lines changed: 8 additions & 8 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.4-dev2-60 - Configuration Manual</title>
5+
<title>HAProxy version 3.4-dev2-64 - 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" />
@@ -4779,7 +4779,7 @@
47794779
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47804780
</p>
47814781
<p class="text-right">
4782-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/15</b></small>
4782+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/20</b></small>
47834783
</p>
47844784
</div>
47854785
<!-- /.sidebar -->
@@ -4790,7 +4790,7 @@
47904790
<div class="text-center">
47914791
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47924792
<h2>Configuration Manual</h2>
4793-
<p><strong>version 3.4-dev2-60</strong></p>
4793+
<p><strong>version 3.4-dev2-64</strong></p>
47944794
<p>
47954795
2026/01/07<br>
47964796

@@ -8576,7 +8576,7 @@ <h2 id="chapter-3.1" data-target="3.1"><small><a class="small" href="#3.1">3.1.<
85768576
automatically downgrade to http/1.1 for the websocket tunnel, specify h2
85778577
support on the bind line using &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">alpn<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#alpn%20%28Bind%20options%29">Bind options</a></li><li><a href="#alpn%20%28Server%20and%20default-server%20options%29">Server and default-server options</a></li></ul></span>&quot; without an explicit &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">proto<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#proto%20%28Bind%20options%29">Bind options</a></li><li><a href="#proto%20%28Server%20and%20default-server%20options%29">Server and default-server options</a></li></ul></span>&quot; keyword. If
85788578
this statement was previously activated, this can be disabled by prefixing
8579-
the keyword with &quot;no'.
8579+
the keyword with &quot;no&quot;.
85808580
</pre><a class="anchor" name="hard-stop-after"></a><a class="anchor" name="3-hard-stop-after"></a><a class="anchor" name="3.1-hard-stop-after"></a><a class="anchor" name="hard-stop-after (Global section)"></a><a class="anchor" name="hard-stop-after (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="hard-stop-after"></a><a href="#3.1-hard-stop-after">hard-stop-after</a></b> <span style="color: #080">&lt;time&gt;</span></div><pre class="text">Defines the maximum time allowed to perform a clean soft-stop.
85818581
</pre><div class="separator">
85828582
<span class="label label-info">Arguments :</span><pre class="prettyprint arguments">&lt;time&gt; is the maximum time (by default in milliseconds) for which the
@@ -11017,7 +11017,7 @@ <h2 id="chapter-3.4" data-target="3.4"><small><a class="small" href="#3.4">3.4.<
1101711017
only HTTP traffic is handled. But it may be used to handle several protocols
1101811018
within the same frontend. In this case, the client's connection is first handled
1101911019
as a raw tcp connection before being upgraded to HTTP. Before the upgrade, the
11020-
content processings are performend on raw data. Once upgraded, data is parsed
11020+
content processings are performed on raw data. Once upgraded, data is parsed
1102111021
and stored using an internal representation called HTX and it is no longer
1102211022
possible to rely on raw representation. There is no way to go back.
1102311023

@@ -11035,7 +11035,7 @@ <h2 id="chapter-3.4" data-target="3.4"><small><a class="small" href="#3.4">3.4.<
1103511035
evaluated systematically on each one. And as said, the first stream, the TCP
1103611036
one, is destroyed, but only after the frontend rules were evaluated.
1103711037

11038-
There is another importnat point to understand when HTTP processings are
11038+
There is another important point to understand when HTTP processings are
1103911039
performed from a TCP proxy. While HAProxy is able to parse HTTP/1 in-fly from
1104011040
tcp-request content rules, it is not possible for HTTP/2. Only the HTTP/2
1104111041
preface can be parsed. This is a huge limitation regarding the HTTP content
@@ -23536,7 +23536,7 @@ <h2 id="chapter-5.2" data-target="5.2"><small><a class="small" href="#5.2">5.2.<
2353623536
then never establish more connections to a server than maxconn, and try to
2353723537
reuse or kill connections if needed. Please note, however, than it may lead
2353823538
to failed requests in case we can't establish a new connection, and no
23539-
idle connection is available. This can happen when 'private&quot; connections
23539+
idle connection is available. This can happen when &quot;private&quot; connections
2354023540
are established, connections tied only to a session, because authentication
2354123541
happened.
2354223542
</pre><a class="anchor" name="socks4"></a><a class="anchor" name="5-socks4"></a><a class="anchor" name="5.2-socks4"></a><a class="anchor" name="socks4 (Bind and server options)"></a><a class="anchor" name="socks4 (Server and default-server options)"></a><div class="keyword"><b><a class="anchor" name="socks4"></a><a href="#5.2-socks4">socks4</a></b> <span style="color: #080">&lt;addr&gt;</span>:<span style="color: #080">&lt;port&gt;</span></div><pre class="text">May be used in the following contexts: tcp, http, log, peers, ring
@@ -34394,7 +34394,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3439434394
<br>
3439534395
<hr>
3439634396
<div class="text-right">
34397-
HAProxy 3.4-dev2-60 &ndash; Configuration Manual<br>
34397+
HAProxy 3.4-dev2-64 &ndash; Configuration Manual<br>
3439834398
<small>, 2026/01/07</small>
3439934399
</div>
3440034400
</div>

docs/dev/intro.html

Lines changed: 5 additions & 5 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.4-dev2-60 - Starter Guide</title>
5+
<title>HAProxy version 3.4-dev2-64 - 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/01/15</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/01/20</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.4-dev2-60</strong></p>
498+
<p><strong>version 3.4-dev2-64</strong></p>
499499
<p>
500500
<br>
501501

@@ -2505,7 +2505,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25052505
a fix. We usually don't use embargoes and once a fix is available it gets
25062506
merged. In some rare circumstances it can happen that a release is coordinated
25072507
with software vendors. Please note that this process usually messes up with
2508-
eveyone's work, and that rushed up releases can sometimes introduce new bugs,
2508+
everyone's work, and that rushed up releases can sometimes introduce new bugs,
25092509
so it's best avoided unless strictly necessary; as such, there is often little
25102510
consideration for reports that needlessly cause such extra burden, and the best
25112511
way to see your work credited usually is to provide a working fix, which will
@@ -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.4-dev2-60 &ndash; Starter Guide<br>
2518+
HAProxy 3.4-dev2-64 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 5 additions & 5 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.4-dev2-60 - Management Guide</title>
5+
<title>HAProxy version 3.4-dev2-64 - 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" />
@@ -688,7 +688,7 @@
688688
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
689689
</p>
690690
<p class="text-right">
691-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/15</b></small>
691+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/20</b></small>
692692
</p>
693693
</div>
694694
<!-- /.sidebar -->
@@ -699,7 +699,7 @@
699699
<div class="text-center">
700700
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
701701
<h2>Management Guide</h2>
702-
<p><strong>version 3.4-dev2-60</strong></p>
702+
<p><strong>version 3.4-dev2-64</strong></p>
703703
<p>
704704
<br>
705705

@@ -4259,7 +4259,7 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.<
42594259
format&quot; described in the section above. In short, the second column (after the
42604260
first ':') indicates the origin, nature, scope and persistence state of the
42614261
variable. The third column indicates the field type, among &quot;s32&quot;, &quot;s64&quot;,
4262-
&quot;u32&quot;, &quot;u64&quot;, &quot;flt' and &quot;str&quot;. Then the fourth column is the value itself,
4262+
&quot;u32&quot;, &quot;u64&quot;, &quot;flt&quot; and &quot;str&quot;. Then the fourth column is the value itself,
42634263
which the consumer knows how to parse thanks to column 3 and how to process
42644264
thanks to column 2.
42654265

@@ -5785,7 +5785,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57855785
<br>
57865786
<hr>
57875787
<div class="text-right">
5788-
HAProxy 3.4-dev2-60 &ndash; Management Guide<br>
5788+
HAProxy 3.4-dev2-64 &ndash; Management Guide<br>
57895789
<small>, </small>
57905790
</div>
57915791
</div>

0 commit comments

Comments
 (0)