| commit | cbf58d88d0a84042d9dd8a7a6b1644f15242cf02 | [log] [tgz] |
|---|---|---|
| author | Daniel Stenberg <daniel@haxx.se> | Sun Feb 18 23:02:42 2007 +0000 |
| committer | Daniel Stenberg <daniel@haxx.se> | Sun Feb 18 23:02:42 2007 +0000 |
| tree | d20bcd5dc3bf9312c48832d182adbfc029e8792e | |
| parent | 300cbc2e214c6af0a122fc13d2132642f21df8db [diff] |
- Jeff Pohlmeyer identified two problems: first a rather obscure problem with the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.