From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:558:fe21:29:69:252:207:44; helo=resqmta-ch2-12v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-ch2-12v.sys.comcast.net (resqmta-ch2-12v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:44]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 18A4C77AAF for ; Mon, 29 Jan 2018 08:03:41 -0800 (PST) Received: from resomta-ch2-02v.sys.comcast.net ([69.252.207.98]) by resqmta-ch2-12v.sys.comcast.net with ESMTP id gBuEeDxNrVJDNgBuaeetwb; Mon, 29 Jan 2018 16:04:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1517241840; bh=/hvWRQkuw7xhWBT8ZO3TnjEN98xE0oNdK8NqpO1BlmQ=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=MZSeDffoNS7y9PeiKnHEUO/P1rAEUy7DwuB5Dn2jmCqqUQK1oZQa5Q6j5LS+p8D0r /3Tge3aN04CV8er+BQWNs65/9edxZPb9CvJa0P/F6XM3xfd/J64Fbs/y+UOjdxcLH/ j/IxVKM6KFruqzrStCszg4wDG1ItydbjWy2jbkebx0TbzkUkZ+51+IN4szOXeQZ0pb XLFIG7uhMH/Pn2wdxHFbIVRSbbzpGF7WjQm9giNUKTPA/8dfsUV/3Yoy1g1qTbzpCY QltnOqM2Z0CEWrn2aqhMdHVL6EYYvt0MTuX0VB8c7NlZYGWGHlsBHO18G+vzlP6kcP 7iqob/YN11LKg== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-ch2-02v.sys.comcast.net with SMTP id gBuZeKHdUsiBugBuaewk9k; Mon, 29 Jan 2018 16:04:00 +0000 To: edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: User-Agent: edbrowse/3.7.1 Date: Mon, 29 Jan 2018 11:03:59 -0500 Message-ID: <20180029110359.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-334359 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfGUH1mGYPwufdZbpN3BwSs/6MXD97eC9OdDkvPb5LWumY7cOQh+2jEOBFZRc4fp+QFJPV6toc1E2OKbiRj6rZD0HmI+jvstsXYWlVqk+kznCZ/9aGrGf rbSo1Gi8ownd/48SaIMDxZe+d9qBmXug3eIpM5x0xucIvxUTedpmz1DQ Subject: [Edbrowse-dev] Curl library error X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.25 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 16:03:42 -0000 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-334359 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Someone on stack overflow says that error is typically caused by a = callback returning the wrong / unexpected number of bytes. These callbacks are at http.c line 2069 and line 299. Not sure how either of these functions could return the wrong number of = bytes (assuming you're not downloading a page directly to disk, with = not enough room on disk, which is really unlikely). Very first line computes the number of bytes to return. If the bug were here I might put in some prints to see the arguments = and the bytes returned. Or you might use git to back up a couple weeks, although nothing we've done in the past month has touched that file, so = that's a longshot. git checkout df7c3d74890026fc1acbfabdbb5a7b82c12cbc4d It will yammer about a detatched head. Rebuild and test. But make sure you git checkout master to get back to current code. Karl Dahlke --nextpart-eb-334359--