|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.5-dev0-53 - Management Guide</title> |
| 5 | + <title>HAProxy version 3.5-dev0-55 - Management Guide</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" /> |
|
696 | 696 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
697 | 697 | </p> |
698 | 698 | <p class="text-right"> |
699 | | - <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/11</b></small> |
| 699 | + <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/14</b></small> |
700 | 700 | </p> |
701 | 701 | </div> |
702 | 702 | <!-- /.sidebar --> |
|
707 | 707 | <div class="text-center"> |
708 | 708 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
709 | 709 | <h2>Management Guide</h2> |
710 | | - <p><strong>version 3.5-dev0-53</strong></p> |
| 710 | + <p><strong>version 3.5-dev0-55</strong></p> |
711 | 711 | <p> |
712 | 712 | <br> |
713 | 713 |
|
@@ -3237,7 +3237,8 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.< |
3237 | 3237 | name in the URL using the "default" resolvers section, which is populated |
3238 | 3238 | with the DNS servers of your /etc/resolv.conf by default. However it won't be |
3239 | 3239 | able to resolve an host from /etc/hosts if you don't use a local dns daemon |
3240 | | -which can resolve those. |
| 3240 | +which can resolve those. If an internal error occurs (e.g. connection failure, |
| 3241 | +timeout, etc.), the status code will be set to 0. |
3241 | 3242 |
|
3242 | 3243 | The --htx option allow to use the haproxy internal htx representation using |
3243 | 3244 | the htx_dump() function, mainly used for debugging. |
@@ -5868,7 +5869,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13 |
5868 | 5869 | <br> |
5869 | 5870 | <hr> |
5870 | 5871 | <div class="text-right"> |
5871 | | - HAProxy 3.5-dev0-53 – Management Guide<br> |
| 5872 | + HAProxy 3.5-dev0-55 – Management Guide<br> |
5872 | 5873 | <small>, </small> |
5873 | 5874 | </div> |
5874 | 5875 | </div> |
|
0 commit comments