mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd::net::acceptor: Don't condition response for SNI here.
This commit is contained in:
parent
03abdd5ac6
commit
b3a875bc63
1 changed files with 1 additions and 4 deletions
|
@ -1554,7 +1554,7 @@ ircd::net::acceptor::check_handshake_error(const error_code &ec,
|
|||
|
||||
bool
|
||||
ircd::net::acceptor::handle_sni(SSL &ssl,
|
||||
int &ad)
|
||||
int &client_server)
|
||||
try
|
||||
{
|
||||
const string_view &name
|
||||
|
@ -1569,9 +1569,6 @@ try
|
|||
name
|
||||
};
|
||||
|
||||
if(!name)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
catch(const sni_warning &e)
|
||||
|
|
Loading…
Reference in a new issue