diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-16 12:24:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-16 12:24:00 +0000 |
commit | b3de497d8316647d988e97703f975e0acd40cacd (patch) | |
tree | 74b86d8d957d3c1481d049cfb73201b62d6161c4 /TODO-RELEASE | |
parent | ed6466d17603aa39bb4b1685544747f4c64ec7b0 (diff) |
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
previously had a number of flaws, perhaps most notably when an application
fired up N transfers at once as then they wouldn't pipeline at all that
nicely as anyone would think... Test case 530 was also updated to take the
improved functionality into account.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 58a3de6cb..b93a45132 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,11 +1,4 @@ To be addressed before 7.18.0 (planned release: January 2008) ============================= -Less likely to go in 7.18.0 -=========================== - -112 - pipelining patch(es) from Dmitry Kurochkin (outstanding work left probably - no longer targeted for this release) - http://curl.haxx.se/mail/lib-2007-12/0252.html - 118 - |