Merge 0.12->trunk

This commit is contained in:
Kim Alvefur 2024-08-16 17:06:41 +02:00
commit 9327c4342a

View file

@ -317,6 +317,9 @@ local function request(self, u, ex, callback)
if ex and ex.use_dane ~= nil then
use_dane = ex.use_dane;
end
if not sslctx then
error("Attempt to make HTTPS request but no 'sslctx' provided in options");
end
end
if self.pool then