]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
rproxy: remove line context on backend disconnects
authorEric Wong <e@80x24.org>
Sun, 26 Oct 2025 00:04:12 +0000 (00:04 +0000)
committerEric Wong <e@80x24.org>
Mon, 27 Oct 2025 17:40:53 +0000 (17:40 +0000)
commit815328c75d67e75784e17f6bd5d9dc9a22465037
tree178485323e32bbbdc3e8f11168e5567fbcb44bba
parentb3e430bc4518282873b5115bb48b26df3da958dc
rproxy: remove line context on backend disconnects

It's worthless, especially when using `die' instead of `croak'.
In any case, there's not much we can do if upstream decides to
shut down a partially written stream for whatever reason (e.g.
OOM) so stop giving line information about it.  Adding request
information may be helpful at some point, but that's for another
time.
lib/PublicInbox/H1ReqRes.pm