nghttpx: Return SSL_TLSEXT_ERR_OK from servername_callback
This commit is contained in:
parent
6d5f402380
commit
fa8b310cfd
|
@ -131,7 +131,8 @@ int servername_callback(SSL *ssl, int *al, void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return SSL_TLSEXT_ERR_NOACK;
|
|
||||||
|
return SSL_TLSEXT_ERR_OK;
|
||||||
}
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue