Simon Josefsson wrote:
> Could we maybe limit the workaround to IRIX?

Please do so if you find it useful. You maintain this module, not me.
The platform test is '#ifdef __sgi'.

> Then we'll get reports for other platforms that also may not support
> https.  Knowing which those platforms are may be useful.  Or what do you
> think?  I'm not sure.

We now know of 2 platforms which don't support "https" here. I think it's
worth now to write a getaddrinfo wrapper which translates "https" to "443"
by use of getservbyname or getservbyname_r and then calls the original
getaddrinfo. Yes, that would be a different implementation than the current
100% replacement in getaddrinfo.c.

Bruno



Reply via email to