From 74a299fd0844db03569381929b4d3e8851f1b578 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Jan 2006 12:19:12 +0000 Subject: 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) --- tests/FILEFORMAT | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/FILEFORMAT') 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 -- cgit v1.2.3