From 8d09bf022eb055d175b8b4642df7f8dd5e4e9e19 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 13 Dec 2008 11:20:41 +0000
Subject: [PATCH] Reword FEATURE_CONNECTION_KEEP_ALIVE description.

---
 templates/show-status | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/templates/show-status b/templates/show-status
index a07c1736..f71e2de1 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -232,7 +232,10 @@
             <tr>
               <td><code>FEATURE_CONNECTION_KEEP_ALIVE</code></td>
               <td>@if-FEATURE_CONNECTION_KEEP_ALIVE-then@ Yes @else-not-FEATURE_CONNECTION_KEEP_ALIVE@ No @endif-FEATURE_CONNECTION_KEEP_ALIVE@</td>
-              <td>Keep outgoing connections alive if possible. <strong>Incomplete and experimental.</strong></td>
+              <td>
+               Allows to reuse outgoing connections if the server supports it.
+               Requires the keep-alive-timeout config directive to be set.
+              </td>
             </tr>
             <tr>
               <td><code>FEATURE_FAST_REDIRECTS</code></td>
-- 
2.49.0