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:
parent
80af481076
commit
71fa1c068b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue