diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-08-02 23:51:46 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-11-20 23:33:34 +0100 |
commit | 07e0957e1f3198b8c0de917926f2937f49990f76 (patch) | |
tree | 2234e77efa14ea582a173d6f981079c693c91834 /tests/FILEFORMAT | |
parent | 7d1f2ac7691c2d30eaf73ace2176ca1383b5f72b (diff) |
test1800: first plain-text http2 test case
Verifies the upgrade request, but gets a plain 1.1 response
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 9fd179e65..9cb31ba08 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -217,6 +217,7 @@ SSLpinning TLS-SRP TrackMemory unittest +http2 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 |