The attached patch fixes 1.0.0-stable and 1.0.1-stable such that
BIO_new_accept("8080")
will bind an IPv4 or IPv6 socket, which depends on the system.
stable-0.9.8 would use an IPv4 socket.
BIO_new_accept("::8080")
will bind an IPv6 socket.
BIO_new_accept("*:8080")
will bind an IPv4 socket.
Best regards
Michael
bio.patch
Description: Binary data
