aboutsummaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-07-05 09:46:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-07-05 11:24:23 +0200
commit6398c8bba8b3905562e8b7f4e71fd5b6f202934d (patch)
tree790b79146d5965dec160e0470d2831060bc00d47 /tests/FILEFORMAT
parentc5de48b56c5c8dc8500ec1b5eb60755b1e0a273b (diff)
FILEFORMAT: provided a full description of connection-monitor
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 040daf3d1..950465c61 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -133,7 +133,15 @@ skip: [num] instructs the server to ignore reading this many bytes from a PU
rtp: part [num] channel [num] size [num]
stream a fake RTP packet for the given part on a chosen channel
with the given payload size
-connection-monitor
+
+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.
+
</servercmd>
</reply>