Re: [PHP-DEV] Re: [RFC] HTTP/2 Server Push support in ext/curl

2015-12-02 Thread Sara Golemon
On Tue, Dec 1, 2015 at 12:42 PM, Davey Shafik wrote: > I wanted to give another update, thanks to the input of Sean DuBois, the > patch is now pretty much final. There is one more memory leak, but I > believe it's in libcurl itself, I'll follow up over there on that. > > Sara

[PHP-DEV] Re: [RFC] HTTP/2 Server Push support in ext/curl

2015-12-01 Thread Davey Shafik
Hi all, I wanted to give another update, thanks to the input of Sean DuBois, the patch is now pretty much final. There is one more memory leak, but I believe it's in libcurl itself, I'll follow up over there on that. Sara expressed a desire to get this into HHVM, so I'm going to follow up with

[PHP-DEV] Re: [RFC] HTTP/2 Server Push support in ext/curl

2015-11-22 Thread Davey Shafik
On Wed, Nov 18, 2015 at 6:34 PM, Davey Shafik wrote: > Forgot to mention, if you'd like to try this patch for yourself, check out > my Docker container stuff here (with instructions :): > https://github.com/dshafik/php-http2-push-example > > On Wed, Nov 18, 2015 at 5:31 PM, Davey

[PHP-DEV] Re: [RFC] HTTP/2 Server Push support in ext/curl

2015-11-18 Thread Davey Shafik
Forgot to mention, if you'd like to try this patch for yourself, check out my Docker container stuff here (with instructions :): https://github.com/dshafik/php-http2-push-example On Wed, Nov 18, 2015 at 5:31 PM, Davey Shafik wrote: > Hey folks, > > I'd like to introduce a new RFC