]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
http: skip and improve warning on undef header values
authorEric Wong <e@80x24.org>
Fri, 31 Oct 2025 20:35:06 +0000 (20:35 +0000)
committerEric Wong <e@80x24.org>
Sun, 2 Nov 2025 19:52:22 +0000 (19:52 +0000)
commitca4c12412ad379341965f0d954c8ae7fdb59739f
treebe4dc14fc540dd18c8e656734828b01bcb7fa934
parentb9f8ce2686cc120db08a680eab3e849bff23e19f
http: skip and improve warning on undef header values

In case we see undefined header values again, add some
additional information about the request to help track down the
problem.  This ought to help admins (such as myself) who lack
space for more verbose access logs but keep syslog (stderr) logs
around longer.
lib/PublicInbox/HTTP.pm