bneradt commented on code in PR #8963: URL: https://github.com/apache/trafficserver/pull/8963#discussion_r951932193
########## iocore/net/ALPNSupport.cc: ########## @@ -144,3 +144,36 @@ ALPNSupport::registerNextProtocolSet(SSLNextProtocolSet *s, const SessionProtoco this->npnSet = s; npnSet->create_npn_advertisement(protoenabled, &npn, &npnsz); } + +bool +ALPNSupport::process_alpn_protocols(const std::string_view protocols, unsigned char *client_alpn_protocols, int &alpn_array_len) Review Comment: Yes, this is good feedback. We addressed this in the separate ALPN PR: https://github.com/apache/trafficserver/pull/8972. -- 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]
