From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2E35B1F4B4 for ; Thu, 4 Feb 2021 02:55:23 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1612407319; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=1Rm7gXvMsN6/h7DriB9QrraYsEgbD64DbRZMJEJJeK4=; b=QwmKAet67OLQYrH58YmOoNvCtr5gTZ/mCquk5Ew7jPF4IVOMWe+oRdIqewf68suSlKJ9en 0RfXFeRU/BxbEoEtqfLHDaF62l+o282FmabCrXOX93FmfAnRFo3o8BsjsghOdI+eRjowPU DZx0RzNrloz4k546UATv2MUE02IPu9Wm1MnJlFkmn/wwVobAYmG/np9yfEv+g/fhH5A0jY sqlmHOdeLzhK9pCErg8FI11BLcktwcv3z18nLRJoRozXugFazy4uDaDynj9MzxPMyg/eNV 5rZywD0s+xzHp0Hlr4dJXNCHVbq9yAcfb9e4/ahIk3Hc/m9KXqfORoUa89f/GQ== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 0/2] wwwaltid: use curl -d '' in instructions Date: Wed, 3 Feb 2021 21:54:44 -0500 Message-Id: <20210204025446.22223-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: In light of 533e1234 (lei_xsearch: use curl -d '' for nginx compatibility, 2021-01-24), I think it makes sense to also use -d '' in the altid instructions. The first patch does that, and the second fixes a nearby typo. [1/2] www: call curl with -d '' in the altid instructions [2/2] wwwaltid: add missing word to instructions lib/PublicInbox/WwwAltId.pm | 6 +++--- lib/PublicInbox/WwwText.pm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) base-commit: cff308df82cda8370e98c0c9c6a3704209362a60 -- 2.30.0