diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-12 12:21:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-12 12:21:11 +0000 |
commit | 792279581b0449ce5fe2e4580efc1b3990772ee7 (patch) | |
tree | 033cbc4e9ac99bb70333a7a76d65f5b9838d8123 /CHANGES | |
parent | 3ca360391a2045a222b36ac1f0e454a02d354d97 (diff) |
- More work with Igor Novoseltsev to first fix the remaining stuff for
removing easy handles from multi handles when the easy handle is/was within
a HTTP pipeline. His bug report #2351653
(http://curl.haxx.se/bug/view.cgi?id=2351653) was also related and was
eventually fixed by a patch by Igor himself.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (12 Dec 2008) +- More work with Igor Novoseltsev to first fix the remaining stuff for + removing easy handles from multi handles when the easy handle is/was within + a HTTP pipeline. His bug report #2351653 + (http://curl.haxx.se/bug/view.cgi?id=2351653) was also related and was + eventually fixed by a patch by Igor himself. + Yang Tse (12 Dec 2008) - Patrick Monnerat fixed a build regression, introduced in 7.19.2, affecting OS/400 compilations with IPv6 enabled. |