Revert "Update to 7.40.1"
[platform/upstream/curl.git] / tests / FILEFORMAT
index c234c22..e484272 100644 (file)
@@ -156,8 +156,7 @@ rtp: part [num] channel [num] size [num]
 
 connection-monitor When used, this will log [DISCONNECT] to the server.input
                log when the connection is disconnected.
-upgrade        when an HTTP upgrade header is found, the server will upgrade
-               to http2
+
 
 For TFTP:
 writedelay: [secs] delay this amount between reply packets (each packet being
@@ -177,7 +176,6 @@ ftps
 http
 http-ipv6
 http-proxy
-http-unix
 https
 httptls+srp
 httptls+srp-ipv6
@@ -197,14 +195,8 @@ Give only one per line.  This subsection is mandatory.
 
 <features>
 A list of features that MUST be present in the client/library for this test to
-be able to run. If a required feature is not present then the test will be
-SKIPPED.
-
-Alternatively a feature can be prefixed with an exclamation mark to indicate a
-feature is NOT required. If the feature is present then the test will be
-SKIPPED.
-
-Features testable here are:
+be able to run (if these features are not present, the test will be
+SKIPPED). Features testable here are:
 
 axTLS
 crypto
@@ -221,16 +213,9 @@ NTLM
 OpenSSL
 socks
 SSL
-SSLpinning
 TLS-SRP
 TrackMemory
 unittest
-http2
-SSPI
-GSS-API
-Kerberos
-SPNEGO
-unix-sockets
 
 as well as each protocol that curl supports.  A protocol only needs to be
 specified if it is different from the server (useful when the server
@@ -289,7 +274,7 @@ data that is defined within the <reply><data></data></reply> section.
 If there's no test number found above, the HTTP test server will use the
 number following the last dot in the given hostname (made so that a CONNECT
 can still pass on test number) so that "foo.bar.123" gets treated as test case
-123. Alternatively, if an IPv6 address is provided to CONNECT, the last
+123. Alternatively, if an ipv6-address is provided to CONNECT, the last
 hexadecimal group in the address will be used as the test numer! For example
 the address "[1234::ff]" would be treated as test case 255.
 
@@ -333,7 +318,6 @@ Available substitute variables include:
 %HOSTIP       - IPv4 address of the host running this test
 %HTTP6PORT    - IPv6 port number of the HTTP server
 %HTTPPIPEPORT - Port number of the HTTP pipelining server
-%HTTPUNIXPATH - Path to the Unix socket of the HTTP server
 %HTTPPORT     - Port number of the HTTP server
 %HTTPSPORT    - Port number of the HTTPS server
 %HTTPTLS6PORT - IPv6 port number of the HTTP TLS server