curl-library
Re: left for http2
Date: Tue, 4 Feb 2014 21:33:19 +0900
On Tue, Feb 4, 2014 at 7:40 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Sat, 1 Feb 2014, Tatsuhiro Tsujikawa wrote:
>
> Coincidentally, I did same approach. Patch is attached below. The idea is
>> mostly the same, I add some extra code such as converting HTTP header from
>> curl to HTTP2 format and calls underlying recv/send callback including TLS
>> and non-TLS.
>>
>
> Thanks a lot, but can I ask you to use "./configure --enable-debug" and
> recompile? I get quite a few C90 warnings then (and with --enable-werror
> they are even errors) that I'd like fixed!
>
> And then, please make sure that the other patches (2-4) also survive this
> level of strictness.
>
> Then I'll be ready to merge them! =)
>
>
Fixed compile error with --enable-debug and rebased all 4 patches.
Best regards,
Tatsuhiro Tsuijkawa
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/x-gzip attachment: 0001-HTTP2-layered-between-existing-http-and-socket-TLS-l.patch.gz
- application/x-gzip attachment: 0002-Store-response-header-in-temporary-buffer.patch.gz
- application/x-gzip attachment: 0003-Check-stream-ID-we-are-interested-in.patch.gz
- application/x-gzip attachment: 0004-Deal-with-data-larger-than-remaining-buffer.patch.gz