aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test503
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-07-05 09:31:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-07-05 11:24:23 +0200
commit28dc509dde13e0f8da1b5dca2979d936609a4698 (patch)
treec0d74e0ca51e81bac5bf15361764f771e3f2804e /tests/data/test503
parent897cf5d1175fc4757cf71a7bd45d531c7f50dec3 (diff)
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/data/test503')
-rw-r--r--tests/data/test5033
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test503 b/tests/data/test503
index e7543593f..4b0ab8a43 100644
--- a/tests/data/test503
+++ b/tests/data/test503
@@ -13,6 +13,9 @@ multi
# Server-side
<reply>
+<servercmd>
+connection-monitor
+</servercmd>
<data>
HTTP/1.1 200 OK swsclose
Date: Thu, 09 Nov 2010 14:49:00 GMT