diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-08 11:56:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-08 11:56:56 +0000 |
commit | e3c15fc4b9e9ebc9b5e7aa056b10ae0caeaef90d (patch) | |
tree | 75da841ec49303a0dbd62331ef3cc63e7d446abe /tests/FILEFORMAT | |
parent | dc7c9155531195d8f346e52d753a857891460793 (diff) |
test 530 is the first ever HTTP pipelining test for libcurl
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index caaaf1986..b4033794f 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -88,6 +88,8 @@ 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 +pipe: [num] - tell the server to expect this many HTTP requests before + sending back anything, to allow pipelining tests </servercmd> </reply> |