]> Sergey Matveev's repositories - public-inbox.git/commit
treewide: use --globoff with curl(1)
authorEric Wong <e@80x24.org>
Thu, 29 Sep 2022 17:48:29 +0000 (17:48 +0000)
committerEric Wong <e@80x24.org>
Thu, 29 Sep 2022 18:05:55 +0000 (18:05 +0000)
commitd6aa79dcb15bb78f5ed6cb3c0d8d209b4e9e9064
treee7d74376baeef85a09c1d25e8c99981ca5749473
parentd02a695ea7505b8fd048c6b4702a46cea62f2b85
treewide: use --globoff with curl(1)

curl 7.29.0 (on CentOS 7.x) seems to mishandle square-bracketed
IPv6 addresses, at least.  Furthermore, we don't actually need
nor use the globbing in curl for lei when forwarding requests
from the lei command-line.  lei has its own globbing and
`--globoff' behavior for externals and none of it is intended
for curl.
lib/PublicInbox/LeiCurl.pm
t/httpd-corner.t