Skip to content

Restore ignoring ISC_R_CONNREFUSED in connect_read_cb

Ondřej Surý requested to merge ondrej-restore-connrefused-for-udp_test into main

In ac4cc844, the ISC_R_CONNREFUSED was removed in connect_read_cb, but it can actually happen in the udp_test:

[ RUN      ] udp_recv_send
connect_read_cb(0x7f2c2801a270, connection refused, (nil))

Merge request reports