diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-27 22:53:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-27 22:53:09 +0000 |
commit | 87fdfe770d054d06cd4548cd300866915caad4af (patch) | |
tree | c26557877d783fdb3a1601a58e0b80eb76b99c1a /CHANGES | |
parent | 8fca5c2e6908c6dee497d4fe25b8aa66ef0ecdf8 (diff) |
Dmitry Kurochkin: In "real world" testing I found more bugs in
pipelining. Broken connection is not restored and we get into infinite
loop. It happens because of wrong is_in_pipeline values.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (27 Jan 2008) +- Dmitry Kurochkin: In "real world" testing I found more bugs in + pipelining. Broken connection is not restored and we get into infinite + loop. It happens because of wrong is_in_pipeline values. + Daniel S (26 Jan 2008) - Kevin Reed filed bug report #1879375 (http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl |