add libcurl error strings to fetch error messages

This commit is contained in:
ading2210 2024-03-06 17:02:55 -05:00
parent c9236f90d5
commit 155d5ea5b6
8 changed files with 18 additions and 10 deletions

View file

@ -1,8 +1,7 @@
//currently broken
class TLSSocket extends CustomWebSocket {
class TLSSocket {
constructor(hostname, port, debug) {
super();
this.hostname = hostname;
this.port = port;
this.url = `https://${hostname}:${port}`;