From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS63949 80.85.84.0/22 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,RCVD_IN_XBL, SPF_FAIL,SPF_HELO_FAIL,TO_EQ_FM_DOM_SPF_FAIL shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from 80x24.org (tor-exit2.mcintosh.network [80.85.84.23]) by dcvr.yhbt.net (Postfix) with ESMTP id BE79F207DF for ; Mon, 12 Sep 2016 22:42:55 +0000 (UTC) From: Eric Wong To: spew@80x24.org Subject: [PATCH/WIP 0/3] http state manglement Date: Mon, 12 Sep 2016 22:42:46 +0000 Message-Id: <20160912224249.2520-1-e@80x24.org> List-Id: Eric Wong (3): http: warn on curl_multi_add_handle failures http: check curl_multi_remove_handle for errors http: always remove curl easy from multi session on release http.c | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-)