{"author":"Jay Satiro","author_email":"raysatiro@yahoo.com","author_time":1735429665,"commit_time":1735633236,"committer":"Jay Satiro","committer_email":"raysatiro@yahoo.com","hash":"713182bd196bba014ba77f71176fea3de2236724","message":"multi: fix return code for an already-removed easy handle\n\n- Ensure that CURLM_OK is returned when curl_multi_remove_handle is\n  called with an already removed easy handle.\n\nPrior to this change and since ba235ab2 which precedes 8.10.0, if\ncurl_multi_remove_handle was called with an already-removed easy handle\nthen the return code would be CURLM_OK or CURLM_BAD_EASY_HANDLE\ndepending respectively on whether the multi did or did not contain other\neasy handles.\n\nThis change restores the old behavior of returning CURLM_OK in both\ncases.\n\nReported-by: Ralph Sennhauser\n\nFixes https://github.com/curl/curl/issues/15844\nCloses https://github.com/curl/curl/pull/15852\n","parents":["6c70ec16c7cb8c86e1bc6e619da51d6a38fd866c"],"tree_hash":"465244d2f4b17a3f9b6ea2053714cb0818337c90"}