mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
- 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.
This commit is contained in:
parent
300cbc2e21
commit
cbf58d88d0
6 changed files with 30 additions and 20 deletions
|
|
@ -7,9 +7,6 @@ may have been fixed since this was written!
|
|||
--ftp-ssl-ccc on some servers. Recipe and instructions here:
|
||||
http://curl.haxx.se/mail/lib-2007-01/0210.html
|
||||
|
||||
41. Jeff Pohlmeyer's curl_multi_socket crashing case. Recipe and instructions
|
||||
here: http://curl.haxx.se/mail/lib-2007-01/0022.html
|
||||
|
||||
40. HTTP Pipelining, NULL content
|
||||
http://curl.haxx.se/bug/view.cgi?id=1631566
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue