mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
document.
This commit is contained in:
parent
79e755e1dd
commit
ea47c08e70
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
26 January 2022: George
|
||||||
|
- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
|
||||||
|
document.
|
||||||
|
|
||||||
25 January 2022: George
|
25 January 2022: George
|
||||||
- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
|
- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
|
||||||
serviced_udp_callback.
|
serviced_udp_callback.
|
||||||
|
|
|
||||||
|
|
@ -379,7 +379,7 @@ struct iter_qstate {
|
||||||
/** list of pending queries to authoritative servers. */
|
/** list of pending queries to authoritative servers. */
|
||||||
struct outbound_list outlist;
|
struct outbound_list outlist;
|
||||||
|
|
||||||
/** QNAME minimisation state, RFC7816 */
|
/** QNAME minimisation state, RFC9156 */
|
||||||
enum minimisation_state minimisation_state;
|
enum minimisation_state minimisation_state;
|
||||||
|
|
||||||
/** State for capsfail: QNAME minimisation state for comparisons. */
|
/** State for capsfail: QNAME minimisation state for comparisons. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue