If wserv is told to connect to "localhost" it might try to connect to ::1, which won't work because the wserv socket is AF_INET only. So explicitly bind the socket and make the connection to "127.0.0.1" instead.
224 KiB
224 KiB