mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
tests: use connection-monitor and verify results
Test 1008 and 206 don't show the disconnect since it happens when SWS awaits a new request, but 503 does and so the verify section needs that string added.
This commit is contained in:
parent
ed7bfeee7a
commit
1b27bb446f
@ -11,6 +11,9 @@ HTTP proxy NTLM auth
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
connection-monitor
|
||||
</servercmd>
|
||||
|
||||
# this is returned first since we get no proxy-auth
|
||||
<data1001>
|
||||
|
@ -12,6 +12,9 @@ HTTP proxy Digest auth
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
connection-monitor
|
||||
</servercmd>
|
||||
|
||||
# this is returned first since we get no proxy-auth
|
||||
<data>
|
||||
|
@ -77,6 +77,7 @@ Authorization: Basic dGVzdDppbmc=
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
|
||||
[DISCONNECT]
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
Loading…
Reference in New Issue
Block a user