aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-21 09:32:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-21 09:32:51 +0000
commit6291a1cf231227acb5165fc884e3ddbb2f322958 (patch)
treee919a54c8212cf65c297b35bf280d6519f376a52 /docs
parenta872ff742cb0228f92fb56e5f846d4f849ef507b (diff)
"5.3 Sort outgoing cookies" removed, we now sort them
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/TODO b/docs/TODO
index 674c0886b..055101e59 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -37,8 +37,7 @@
5. HTTP
5.1 Better persistency for HTTP 1.0
5.2 support FF3 sqlite cookie files
- 5.3 Sort outgoing cookies
- 5.4 Rearrange request header order
+ 5.3 Rearrange request header order
6. TELNET
6.1 ditch stdin
@@ -237,14 +236,7 @@
We should consider how (lib)curl can/should support this.
http://curl.haxx.se/bug/feature.cgi?id=1871388
-5.3 Sort outgoing cookies
-
- All the major browsers sort the cookies sent in the Cookie: header based on
- the length of the path for which the cookie is set with. This could lead to
- a small fraction of servers to not play well with curl:
- http://www.ietf.org/mail-archive/web/http-state/current/msg00150.html
-
-5.4 Rearrange request header order
+5.3 Rearrange request header order
Server implementors often make an effort to detect browser and to reject
clients it can detect to not match. One of the last details we cannot yet