mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07: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]
|
of pipelined queries.) [RT #38231]
|
||||||
|
|
||||||
4040. [func] Added server-side support for pipelined TCP
|
4040. [func] Added server-side support for pipelined TCP
|
||||||
queries. TCP connections are no longer closed after
|
queries. Clients may continue sending queries via
|
||||||
the first query received from a client. (The new
|
TCP while previous queries are being processed
|
||||||
"keep-response-order" option allows clients to be
|
in parallel. (The new "keep-response-order"
|
||||||
specified for which the old behavior will still be
|
option allows clients to be specified for which
|
||||||
used.) [RT #37821]
|
the old behavior will still be used.) [RT #37821]
|
||||||
|
|
||||||
4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381]
|
4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381]
|
||||||
|
|
||||||
|
@@ -272,11 +272,11 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Added server-side support for pipelined TCP queries. Multiple
|
Added server-side support for pipelined TCP queries. Clients
|
||||||
queries from a single client can be received over the same TCP
|
may continue sending queries via TCP while previous queries are
|
||||||
connection; the connection is no longer closed after the first
|
processed in parallel. Responses are sent when they are
|
||||||
query. All queries received over such a connection are handled
|
ready, not necessarily in the order in which the queries were
|
||||||
in parallel.
|
received.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
To revert to the former behavior for a particular
|
To revert to the former behavior for a particular
|
||||||
|
Reference in New Issue
Block a user