Skip to content

libfetch: implement default port for HTTPS.

Ariadne Conill requested to merge ariadne/apk-tools:libfetch-https into master

If getservbyname() fails, libfetch will attempt to connect to port 0. By defining the default https port, we avoid this situation.

Merge request reports