connection-monitor: always log disconnect when enabled

This makes verifying easier and makes us more sure curl closes the
connection only at the correct point in time. Adjusted test 206 and 1008
accordingly and updated the docs for it.
This commit is contained in:
Daniel Stenberg 2012-07-11 23:49:01 +02:00
parent 85ce195f75
commit 685366006c
4 changed files with 5 additions and 7 deletions

View file

@ -124,6 +124,7 @@ User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6
Host: test.remote.example.com:1008
Accept: */*
[DISCONNECT]
</protocol>
</verify>
</testcase>

View file

@ -98,6 +98,7 @@ User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6
Host: test.remote.haxx.se:206
Accept: */*
[DISCONNECT]
</protocol>
</verify>
</testcase>