On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote:

> > +   if (error == EAI_SERVICE)
> > +           error = getaddrinfo(host, "443", &hints, &conn->res0);
> > +   if (error) {
> 
> error != NULL

Apologies, forgot to delete that.

Reply via email to