Menu

#1408 dead connections are not cleaned up on new requests

closed-fixed
None
5
2014-08-12
2014-08-11
No

Frank Meier first posted about this problem with dead connections not being pruned: http://curl.haxx.se/mail/lib-2014-06/0189.html

Jonatan Vela later put both patches in a follow-up: http://curl.haxx.se/mail/lib-2014-06/0218.html

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2014-08-11

    Here's my squash and small edit of the patches into a single one using more curl style.

    This change causes valgrind errors in test 1516!

     
  • Daniel Stenberg

    Daniel Stenberg - 2014-08-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     Frank Meier first posted about this problem with dead connections not being pruned: http://curl.haxx.se/mail/lib-2014-06/0189.html
    
    -Jonatan Vela laster put both patches in a follow-up: http://curl.haxx.se/mail/lib-2014-06/0218.html
    +Jonatan Vela later put both patches in a follow-up: http://curl.haxx.se/mail/lib-2014-06/0218.html
    
     
  • Daniel Stenberg

    Daniel Stenberg - 2014-08-12

    A fixed patch has now been merged and pushed. Case closed!

     
  • Daniel Stenberg

    Daniel Stenberg - 2014-08-12
    • status: open-confirmed --> closed-fixed