You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by "cdjingit (via GitHub)" <gi...@apache.org> on 2023/02/01 03:25:13 UTC

[GitHub] [brpc] cdjingit commented on a diff in pull request #2102: Server support ALPN with OpenSSL

cdjingit commented on code in PR #2102:
URL: https://github.com/apache/brpc/pull/2102#discussion_r1092728241


##########
src/brpc/server.cpp:
##########
@@ -642,6 +642,33 @@ int Server::InitializeOnce() {
     return 0;
 }
 
+int Server::InitALPNOptions(ServerSSLOptions* options) {

Review Comment:
   这里options不会被修改
   ```
   int Server::InitALPNOptions(const ServerSSLOptions* options);



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org