diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 16:12:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 16:12:41 +0000 |
commit | 2f9f843e8a96d1ea90cc721984bc7f147d910811 (patch) | |
tree | 37d6fc84b4df39e0250432acf900bede1a00b25f /tests/FILEFORMAT | |
parent | 15d41dfbcd2e4e89a0aa7341f6fea0fbac695be1 (diff) |
new way to trick sws to return special data on CONNECT
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 0d8fae966..6b48382c0 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -102,6 +102,10 @@ that is returned. The last slash in the URL must be followed by a number. That number (N) will be used by the test-server to load test case N and return the data that is defined within the <reply><data></data></reply> section. +If a CONNECT is used to the server (to emulate HTTPS etc over proxy), the port +number given in the CONNECT request will be used to identify which test that +is being run, if the proxy host name is said to start with 'test'. + Set 'option=no-output' to prevent the test script to slap on the --output argument that directs the output to a file. The --output is also not added if the client/stdout section is used. |