diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-19 23:56:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-19 23:56:44 +0000 |
commit | bc0fd6db714532f9cca40be984b0a13dfa09071b (patch) | |
tree | 619d5c876d0782b2ca7c786b1d90761e89c3fbd9 | |
parent | 52b631fadecb5ff5f038badfd79055e7d4272927 (diff) | |
download | curl-bc0fd6db714532f9cca40be984b0a13dfa09071b.tar.gz |
swsclose added
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 3098fba78..d52474bec 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -18,6 +18,10 @@ the subsections currently supported. data to sent to the client on its request and later verified that it arrived safely. Set the nocheck=1 to prevent the test script to verify the arrival of this data. + +If the data contains 'swsclose' *anywhere* within the start and end tag, and +this is a HTTP test, then the connection will be closed by the server after +this response is sent. If not, the connection will be kept persistant. </data> <dataNUM> Send back this contents instead of the <data> one. The num is set by: |