]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] correct CHANGES note
authorEvan Hunt <each@isc.org>
Wed, 21 Jan 2015 02:33:53 +0000 (18:33 -0800)
committerEvan Hunt <each@isc.org>
Wed, 21 Jan 2015 02:33:53 +0000 (18:33 -0800)
CHANGES
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index 7a9255a541817d8ea99c8f7e1d29e3ca4485b516..a34a9d147df4100949613a6e9b77d434b74ca059 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,11 @@
                        of pipelined queries.) [RT #38231]
 
 4040.  [func]          Added server-side support for pipelined TCP
-                       queries. TCP connections are no longer closed after
-                       the first query received from a client. (The new
-                       "keep-response-order" option allows clients to be
-                       specified for which the old behavior will still be
-                       used.) [RT #37821]
+                       queries. Clients may continue sending queries via
+                       TCP while previous queries are being processed
+                       in parallel.  (The new "keep-response-order"
+                       option allows clients to be specified for which
+                       the old behavior will still be used.) [RT #37821]
 
 4039.  [cleanup]       Cleaned up warnings from gcc -Wshadow. [RT #37381]
 
index 44ead5249c83530324d737b83810744d9885b876..8eb87f2ede8f0c973c9d16c17da1a1711d23c190 100644 (file)
       </listitem>
       <listitem>
        <para>
-         Added server-side support for pipelined TCP queries.  Multiple
-         queries from a single client can be received over the same TCP
-         connection; the connection is no longer closed after the first
-         query.  All queries received over such a connection are handled
-         in parallel.
+         Added server-side support for pipelined TCP queries.  Clients
+         may continue sending queries via TCP while previous queries are
+         processed in parallel.  Responses are sent when they are
+         ready, not necessarily in the order in which the queries were
+         received.
        </para>
        <para>
          To revert to the former behavior for a particular