Better comment

This commit is contained in:
Ben Hardill
2025-04-17 15:39:19 +01:00
parent 0b271f1185
commit f961a7276b

View File

@@ -593,6 +593,7 @@ in your Node-RED user directory (${RED.settings.userDir}).
delete opts.https.ALPNProtocols
}
// The got library doesn't support servername at this time
// https://github.com/sindresorhus/got/issues/2320
if (opts.https.servername) {
delete opts.https.servername
}