aboutsummaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-02 12:19:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-02 12:19:12 +0000
commit74a299fd0844db03569381929b4d3e8851f1b578 (patch)
tree8d74d2f8553dd5bbabede015410f5b30817e1c38 /tests/FILEFORMAT
parent532a560d87ba8d4d5dbc0be6ec5ddb78a819362a (diff)
1. sws now supports two new "commands" and 2. if built with
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite)
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index e862f90c8..caaaf1986 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -83,9 +83,11 @@ NOSAVE
SLOWDOWN
PASVBADIP - makes PASV send back an illegal IP in its 227 response
-For HTTP, one specified command is supported:
- "auth_required" - if this is set and a POST/PUT is made without auth, the
- server will NOT wait for the full request body to get sent
+For HTTP:
+auth_required - if this is set and a POST/PUT is made without auth, the
+ server will NOT wait for the full request body to get sent
+idle - do nothing after receiving the request, just "sit idle"
+stream - continuously send data to the client, never-ending
</servercmd>
</reply>