summaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-07-11 23:49:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-07-12 00:08:37 +0200
commit685366006ccff2b4817d2b3b806e62ebdae90a60 (patch)
tree4bdf4cd5bbd5c102d569c2f52da0c6d4322282ab /tests/FILEFORMAT
parent85ce195f75e16d59840e3de74bc5b2846630cabd (diff)
downloadcurl-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/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 950465c61..d8c1345a1 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -135,12 +135,7 @@ rtp: part [num] channel [num] size [num]
with the given payload size
connection-monitor When used, this will log [DISCONNECT] to the server.input
- log if the connection is disconnected while the given request
- is handled. Note that if the connection isn't disconnected and
- the server loops and waits for the next request on the
- persistent connection then the internal boolean for connection
- monitoring will be reset to default and if then the connection
- gets discconected nothing will be output.
+ log when the connection is disconnected.
</servercmd>
</reply>