Commit 0bfe244d authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Merge r1058192 from trunk:

ttl: note that connections are closed at some unspecified point
after reaching this limit



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1070650 13f79535-47bb-0310-9956-ffa450edef68
parent 759ab87d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 421100:1068793 (outdated) -->
<!-- English Revision: 421100:1070648 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 103423:1068793 (outdated) -->
<!-- English Revision: 103423:1070648 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
<!-- English Revision: 1059590:1068793 (outdated) -->
<!-- English Revision: 1059590:1070648 (outdated) -->
<!-- =====================================================
 Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
   Reviewed by: Orhan Berent <berent belgeler.org>
+3 −2
Original line number Diff line number Diff line
@@ -1088,8 +1088,9 @@ through</td></tr>
    <tr><td>ttl</td>
        <td>-</td>
        <td>Time to live for inactive connections and associated connection
        pool entries, in seconds.  Those which are unused for at least
        <code>ttl</code> seconds will be destroyed.
        pool entries, in seconds.  Once reaching this limit, a
        connection will not be used again; it will be closed at some
        later time.
    </td></tr>

    </table>
+3 −2
Original line number Diff line number Diff line
@@ -936,8 +936,9 @@ expressions</description>
    <tr><td>ttl</td>
        <td>-</td>
        <td>Time to live for inactive connections and associated connection
        pool entries, in seconds.  Those which are unused for at least
        <code>ttl</code> seconds will be destroyed.
        pool entries, in seconds.  Once reaching this limit, a
        connection will not be used again; it will be closed at some
        later time.
    </td></tr>

    </table>