aboutsummaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-10-02 00:21:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-10-02 00:21:59 +0200
commit15622e69a995bb4bee04bc647d86d658860914be (patch)
treefbc632ba629436aa2b4bfb33030e4b4f823d3126 /tests/FILEFORMAT
parent8500586251d9ef3310e09171a7514d9e1d054bf1 (diff)
sws: Added writedelay HTTP server command
This delays between write operations, hopefully making it easier to spot problems where libcurl doesn't flush the socket properly before waiting for the next response.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 131d14511..fb162a358 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -124,6 +124,7 @@ 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
+writedelay: [secs] delay this amount between reply packets
pipe: [num] tell the server to expect this many HTTP requests before
sending back anything, to allow pipelining tests
skip: [num] instructs the server to ignore reading this many bytes from a PUT