1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/core-net/client
Andy Green 0734e1a1cb connect: erase previous unusability when retrying connect
In the case that we try ipv6 that isn't routable, we get a POLLHUP, that
marks the wsi as unusable (for writes, not pending reads), that's what
we want.

But in the case we go around and retry other dns results that are
routable, we have to clear the wsi unusable flag.  Otherwise we will
connect and find that we can't write on the connection...
2021-03-10 20:31:00 +00:00
..
client.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
connect.c lws_metrics 2021-03-08 21:47:28 +00:00
connect2.c lws_metrics 2021-03-08 21:47:28 +00:00
connect3.c connect: erase previous unusability when retrying connect 2021-03-10 20:31:00 +00:00
connect4.c lws_metrics 2021-03-08 21:47:28 +00:00
sort-dns.c netlink: migrate to context 2021-03-08 20:43:19 +00:00