Commit 1b27bb44 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent ed7bfeee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>
+3 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ Authorization: Basic dGVzdDppbmc=
Host: %HOSTIP:%HTTPPORT
Accept: */*

[DISCONNECT]
</protocol>
</verify>
</testcase>