cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Question about Content-type: multipart

From: Waitman Gobble <gobble.wa_at_gmail.com>
Date: Mon, 7 Mar 2016 00:32:12 -0800

On Mon, Mar 7, 2016 at 12:25 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Mon, 7 Mar 2016, Waitman Gobble wrote:
>
>> One thing I think the problem is in lib/http.c
>>
>> else if(data->set.postfields)
>> expectsend = (curl_off_t)strlen(data->set.postfields);
>
>
> Hm. That doesn't look right...
>
> --
>
> / daniel.haxx.se
>
> -------------------------------------------------------------------
> List admin: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette: https://curl.haxx.se/mail/etiquette.html

I pulled curl from git, and changed http.c to check for
data->set.postfieldsize , getting ready to test i'll let you know.

-- 
Waitman Gobble
Los Altos California USA
650-900-8557
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html
Received on 2016-03-07