From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FFD4C4332F for ; Mon, 14 Nov 2022 22:33:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237253AbiKNWdd (ORCPT ); Mon, 14 Nov 2022 17:33:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237427AbiKNWdb (ORCPT ); Mon, 14 Nov 2022 17:33:31 -0500 Received: from cloud.peff.net (cloud.peff.net [104.130.231.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 018052642 for ; Mon, 14 Nov 2022 14:33:27 -0800 (PST) Received: (qmail 15532 invoked by uid 109); 14 Nov 2022 22:33:27 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Mon, 14 Nov 2022 22:33:27 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 14621 invoked by uid 111); 14 Nov 2022 22:33:27 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Mon, 14 Nov 2022 17:33:27 -0500 Authentication-Results: peff.net; auth=none Date: Mon, 14 Nov 2022 17:33:26 -0500 From: Jeff King To: Glen Choo via GitGitGadget Cc: git@vger.kernel.org, Taylor Blau , Emily Shaffer , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Glen Choo Subject: Re: [PATCH v3 0/2] http: redact curl h2h3 headers in info Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Nov 11, 2022 at 10:35:04PM +0000, Glen Choo via GitGitGadget wrote: > Big thanks to Peff for the feedback last round. I've incorporated all of the > suggestions. I'm so glad that we finally have tests here :) > > Changes in v3: > > * Add the HTTP2 test from [1] to the start of the series > * Drop struct strbuf inner in favor of doing work on the original strbuf Thanks, both look good to me (unsurprisingly ;) ). -Peff