]> Sergey Matveev's repositories - public-inbox.git/commit
www: call curl with -d '' in the altid instructions
authorKyle Meyer <kyle@kyleam.com>
Thu, 4 Feb 2021 02:54:45 +0000 (21:54 -0500)
committerEric Wong <e@80x24.org>
Thu, 4 Feb 2021 03:54:23 +0000 (03:54 +0000)
commit8d4844b43618f88883b1e3d8948693ce21bdee5d
tree41cfea97a562928793564810111e635cf6696cf9
parenta1aa7a3bf55ca5aa6e12294bc1f864dba8e63269
www: call curl with -d '' in the altid instructions

Nginx doesn't appear to be happy with just -XPOST, so use -d '' to
avoid potential confusion about why the instructions aren't working.

cf. commit 533e1234bc03a1ca8754d249aa8c2ce157e26780
    (lei_xsearch: use curl -d '' for nginx compatibility, 2021-01-24)
lib/PublicInbox/WwwAltId.pm
lib/PublicInbox/WwwText.pm