]> granicus.if.org Git - curl/commitdiff
TODO: Use the RFC6265 test suite
authorDaniel Stenberg <daniel@haxx.se>
Sun, 13 Mar 2016 10:01:53 +0000 (11:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 13 Mar 2016 10:02:06 +0000 (11:02 +0100)
docs/TODO

index be8d007436d5a0044fcf1511371553d360ea8f5e..652183868afe4b0ead222a5ed7f9d392cb483bb8 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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