mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-28 02:29:51 -05:00
query and forward but a timeout happens. Both run in 0.1 sec; even the timeout, since it is triggered from the input file not by waiting. git-svn-id: file:///svn/unbound/trunk@91 be551aaa-1e26-0410-a405-d3ace91eadb9
18 lines
354 B
Text
18 lines
354 B
Text
SCENARIO_BEGIN Forwarder and a timeout happens on server query.
|
|
STEP 1 QUERY
|
|
ENTRY_BEGIN
|
|
SECTION QUESTION
|
|
www.example.com. IN A
|
|
ENTRY_END
|
|
; But the pending query times out!
|
|
STEP 2 TIMEOUT
|
|
; 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
|