aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-03-13 11:01:53 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-03-13 11:02:06 +0100
commitd807fbd66daaa71bc83833e811b7c49800010b19 (patch)
treeafb22f527de00dc770d64090b819e627d04438f4 /docs/TODO
parenta8c7f0fcbfea9837a5cbd5b0904303d1f987aa49 (diff)
TODO: Use the RFC6265 test suite
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index be8d00743..652183868 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -135,6 +135,7 @@
19.3 more protocols supported
19.4 more platforms supported
19.5 Add support for concurrent connections
+ 19.6 Use the RFC6265 test suite
20. Next SONAME bump
20.1 http-style HEAD output for FTP
@@ -799,6 +800,16 @@ that doesn't exist on the server, just like --ftp-create-dirs.
and thus the wait for connections loop is never entered to receive the second
connection.
+19.6 Use the RFC6265 test suite
+
+ A test suite made for HTTP cookies (RFC 6265) by Adam Barth is available at
+ https://github.com/abarth/http-state/tree/master/tests
+
+ It'd be really awesome if someone would write a script/setup that would run
+ curl with that test suite and detect deviances. Ideally, that would even be
+ incorporated into our regular test suite.
+
+
20. Next SONAME bump
20.1 http-style HEAD output for FTP