diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-03 15:20:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-03 15:20:27 +0000 |
commit | 479ddb1fee2fa5f7204a64742e9dcc2842d668dd (patch) | |
tree | 740adc5007ea4c181aef62bcca2c4bca97ab6c5e /CHANGES | |
parent | 4ee27b4594ab2f326a431d11a014991b712d1927 (diff) |
- Igor Novoseltsev filed bug #2351645
(http://curl.haxx.se/bug/view.cgi?id=2351645) that identified a problem with
the multi interface that occured if you removed an easy handle while in
progress and the handle was used in a HTTP pipeline.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,7 +6,12 @@ Changelog -Daniel Fandrich (3 Dec 2008) +Daniel Stenberg (3 Dec 2008) +- Igor Novoseltsev filed bug #2351645 + (http://curl.haxx.se/bug/view.cgi?id=2351645) that identified a problem with + the multi interface that occured if you removed an easy handle while in + progress and the handle was used in a HTTP pipeline. + - Pawel Kierski pointed out a mistake in the cookie code that could lead to a bad fclose() after a fatal error had occured. (http://curl.haxx.se/bug/view.cgi?id=2382219) |