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:
10
CHANGES
10
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]
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user