MCPcopy Create free account
hub / github.com/catboost/catboost / ResetBIO

Method ResetBIO

library/cpp/neh/https.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 }
395
396 void ResetBIO() {
397 if (!!Socket) {
398 BIO* bio = BIO_new_socket(*Socket, 0);
399 SSL_set_bio(Ssl.Get(), bio, bio);
400 }
401 }
402
403 bool HasSsl() const {
404 return Ssl.Get();

Callers 1

DoRunMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected