2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

[master] correct CHANGES note

This commit is contained in:
Evan Hunt
2015-01-20 18:33:53 -08:00
parent 22e3e00ac9
commit b88b75c2b8
2 changed files with 10 additions and 10 deletions

10
CHANGES
View File

@@ -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]

View File

@@ -272,11 +272,11 @@
</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