From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNNi4-0003Ka-21 for qemu-devel@nongnu.org; Fri, 29 Aug 2014 11:03:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNNhx-0007a9-43 for qemu-devel@nongnu.org; Fri, 29 Aug 2014 11:03:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNNhw-0007Z4-Sv for qemu-devel@nongnu.org; Fri, 29 Aug 2014 11:03:21 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7TF3JGM028255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 29 Aug 2014 11:03:19 -0400 From: "Richard W.M. Jones" Date: Fri, 29 Aug 2014 16:03:11 +0100 Message-Id: <1409324592-31888-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v2] curl: Allow a cookie or cookies to be sent with http/https List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: famz@redhat.com, mbooth@redhat.com, stefanha@redhat.com Since v1: - Remove the conditional around g_strdup (thanks Matt Booth). Rich.