diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-05 09:31:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-05 11:24:23 +0200 |
commit | 28dc509dde13e0f8da1b5dca2979d936609a4698 (patch) | |
tree | c0d74e0ca51e81bac5bf15361764f771e3f2804e /tests/FILEFORMAT | |
parent | 897cf5d1175fc4757cf71a7bd45d531c7f50dec3 (diff) | |
download | curl-28dc509dde13e0f8da1b5dca2979d936609a4698.tar.gz |
sws: add 'connection-monitor' command support
Using this, the server will output in the protocol log when the
connection gets disconnected and thus we will verify correctly in the
test cases that the connection doesn't get closed prematurely. This is
important for example NTLM to work.
Documentation added to FILEFORMAT, test 503 updated to use this.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 66f0dfe52..040daf3d1 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -133,6 +133,7 @@ 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 </servercmd> </reply> |