mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-25 00:59:37 -05:00
18 lines
394 B
Text
18 lines
394 B
Text
SCENARIO_BEGIN Forwarder and an error happens on server query.
|
|
STEP 1 QUERY
|
|
ENTRY_BEGIN
|
|
SECTION QUESTION
|
|
www.example.com. IN A
|
|
ENTRY_END
|
|
; But the pending query fails due to error (say TCP failure or malloc or ...)
|
|
STEP 2 ERROR
|
|
; returns servfail
|
|
STEP 4 CHECK_ANSWER
|
|
ENTRY_BEGIN
|
|
MATCH opcode qname qtype
|
|
SECTION QUESTION
|
|
REPLY SERVFAIL QR
|
|
MATCH all
|
|
www.example.com. IN A
|
|
ENTRY_END
|
|
SCENARIO_END
|