Fix Emscripten build.
GitOrigin-RevId: e5a6570b125ca0f1c0cc13809fece5834ee1f00a
This commit is contained in:
parent
d0a495d437
commit
c83a46a821
@ -545,7 +545,8 @@ SslStream::SslStream(SslStream &&) = default;
|
||||
SslStream &SslStream::operator=(SslStream &&) = default;
|
||||
SslStream::~SslStream() = default;
|
||||
|
||||
Result<SslStream> SslStream::create(CSlice host, CSlice cert_file, VerifyPeer verify_peer) {
|
||||
Result<SslStream> SslStream::create(CSlice host, CSlice cert_file, VerifyPeer verify_peer,
|
||||
bool check_ip_address_as_host) {
|
||||
return Status::Error("Not supported in emscripten");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user