Commits


Christian Thießen authored and Andy Green committed 6555d4d51cd
http client: Fix overwite of addrlen for connect if binding to iface The addrlen argument to connect() was overwritten by the lws_socket_bind() result, which is a port number. Fixes https://github.com/warmcat/libwebsockets/issues/1817