Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89528 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39418 invoked from network); 2 Dec 2015 23:36:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2015 23:36:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.53 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.53 mail-lf0-f53.google.com Received: from [209.85.215.53] ([209.85.215.53:36452] helo=mail-lf0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/53-02398-8908F565 for ; Wed, 02 Dec 2015 18:36:56 -0500 Received: by lfs39 with SMTP id 39so67799539lfs.3 for ; Wed, 02 Dec 2015 15:36:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=eReoyC0R+y3ijst8tMe1mlGzpeWzMz+VsFa1efeex8E=; b=DMj2o9o/uiV318pQ7FRuMHQ8YA4uqg4GeqdDKLJGhTiKlmjdh9/44bXNiTMzgiL7g4 Kfy8LD5HTc3qf7KNuQbRabJ+G1/x0LaPsuU2HijREvay+tOnRdViyUgeB3hmY5HUnDSD 0V5yyDso8URnLizRThlCKtZJ8gIAufy2u4h6BSxAp3BxPvagF08W0AxX6ATtjaOYpqlv RjzyZji5yaDzluxAtUv85SQhtfpsM2n3hhhSOOupBntEgcKRpJHNok19+HWySmBJmeCw EzIF8Lyf932qHWmxUFQs4ofuwc/u/iNuTH5VYxehLs8xxGpX+5E1DZBfQCTgUnKM83P/ uqmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=eReoyC0R+y3ijst8tMe1mlGzpeWzMz+VsFa1efeex8E=; b=Jf52GD+y6fSRPNdCVxkC50/7ciUaTw/av6qTJMGrCaAPX83N/X2jgcFOURP97SWy89 OCoQ2Kuxi1J81vJ/SEU1XQkK65lm9WigjrT7NgZACV1s3OsisxDIXbeG3uu8z4QxaNQz QtcZHuSQ4+aOG1TlbXnGTvKGf0pU0nt3zoIMwZ/KLtq4EofZp5S1CvZSd7LduCd5uIM5 yJPP1HJqpkmH/Kw+eDI6VQbUn/r4lKJ3EDUml4xc4RyZXI61Pfr+U/bRVJFw94emOIb2 yq4NPMHFujlaQ3W9NQ5cTMzvMJIevL9KLDXmWPY8Z36znM++SeBxwc5I9i3nnaq75tf2 DT8Q== X-Gm-Message-State: ALoCoQne1hz7NlP5tN6A2RwZwB9OSbyq5oDQ9u/nS+b7UudZDLL3KjtRpEcP9lW6qu/gIsoEVNrS MIME-Version: 1.0 X-Received: by 10.112.184.165 with SMTP id ev5mr4267562lbc.111.1449099413630; Wed, 02 Dec 2015 15:36:53 -0800 (PST) Sender: php@golemon.com Received: by 10.112.125.136 with HTTP; Wed, 2 Dec 2015 15:36:53 -0800 (PST) X-Originating-IP: [2620:10d:c090:200::f:ade7] In-Reply-To: References: Date: Wed, 2 Dec 2015 15:36:53 -0800 X-Google-Sender-Auth: MqPDyUxf0Zs4S6dz4BO76LcIZ7s Message-ID: To: Davey Shafik Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] HTTP/2 Server Push support in ext/curl From: pollita@php.net (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 expressed a desire to get this into HHVM, so I'm going to follow up > with her specifically to get an opinion on the implementation. > > Assuming she has no issues, I'd like to talk about moving forward with a > vote soon. > LGTM; I'll wait until it's landed before getting started on the HHVM port since it needs a bleeding edge version of libcurl anyway. -Sara