wwbmmm commented on code in PR #2102:
URL: https://github.com/apache/brpc/pull/2102#discussion_r1096880022
##########
src/brpc/server.h:
##########
@@ -686,6 +688,10 @@ friend class Controller;
ServerOptions _options;
butil::EndPoint _listen_addr;
+ // ALPN extention protocol-list format. Server initialize this with alpns
options.
+ // OpenSSL API use this variable to avoid conversion at each handshake.
+ std::string _row_alpns;
Review Comment:
row -> raw?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]