diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-11 23:49:01 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-12 00:08:37 +0200 |
commit | 685366006ccff2b4817d2b3b806e62ebdae90a60 (patch) | |
tree | 4bdf4cd5bbd5c102d569c2f52da0c6d4322282ab /tests/data | |
parent | 85ce195f75e16d59840e3de74bc5b2846630cabd (diff) | |
download | curl-685366006ccff2b4817d2b3b806e62ebdae90a60.tar.gz |
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.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1008 | 1 | ||||
-rw-r--r-- | tests/data/test206 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test1008 b/tests/data/test1008 index 5c5326668..e576e7197 100644 --- a/tests/data/test1008 +++ b/tests/data/test1008 @@ -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> diff --git a/tests/data/test206 b/tests/data/test206 index 8ca31e34b..b85d7a340 100644 --- a/tests/data/test206 +++ b/tests/data/test206 @@ -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> |