0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-18 09:40:12 +01:00

ircd::server: Skip CLOSE_NOTIFY after peer EOF on link close.

This commit is contained in:
Jason Volk 2019-09-09 15:12:42 -07:00
parent 80af481076
commit 71fa1c068b

View file

@ -952,7 +952,7 @@ ircd::server::peer::handle_error(link &link,
e.what()
};
link.close(net::close_opts_default);
link.close(net::dc::RST);
return;
default: