]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
utils: log errors from HTTPS client library
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 30 Dec 2019 10:43:03 +0000 (11:43 +0100)
committerLukáš Ježek <lukas.jezek@nic.cz>
Tue, 7 Jan 2020 10:02:28 +0000 (11:02 +0100)
commit42fb1db18a785a0a57db0d3b6dc5e55c66791352
tree7c8e955f7a632fba62a2df1b1e6729e36ca81560
parent1e16be7443e984be1d078cf0bfea814f703fa803
utils: log errors from HTTPS client library

Previous code inconsistently thrown some errors and returned as string
other ones, so we now return all errors as strings in classic Lua-style.
daemon/lua/kluautil.lua