make WFServerBase::get_server_ssl_ctx protected

This commit is contained in:
XieHan
2021-04-06 16:28:08 +08:00
parent 6325e8e776
commit 3fd24ef9cc

View File

@@ -145,7 +145,7 @@ public:
public:
size_t get_conn_count() const { return this->conn_count; }
private:
protected:
/* Override this function to implement server that supports TLS SNI.
* "servername" will be NULL if client does not set a host name.
* Returning NULL to indicate that servername is not supported. */