]> Sergey Matveev's repositories - public-inbox.git/commit
git: async_err shows retried requests properly
authorEric Wong <e@80x24.org>
Thu, 14 Oct 2021 13:16:04 +0000 (13:16 +0000)
committerEric Wong <e@80x24.org>
Fri, 15 Oct 2021 02:23:23 +0000 (02:23 +0000)
commitac474b431a77107fe8994c94806864bab2bc7fa9
tree47ae1d8e8526b39df5ae130879d621301cd7ac8c
parentcdc569fa2ffcf57e1ebd37621d4d07a9b303c38f
git: async_err shows retried requests properly

We make $req a reference upon retrying, but
"SCALAR(...)" in error messages isn't helpful, so
dereference the scalar ref.
lib/PublicInbox/Git.pm