From 28dc509dde13e0f8da1b5dca2979d936609a4698 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Jul 2012 09:31:04 +0200 Subject: 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. --- tests/FILEFORMAT | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/FILEFORMAT') 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 -- cgit v1.2.3