bneradt commented on code in PR #8972: URL: https://github.com/apache/trafficserver/pull/8972#discussion_r938106866
########## 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(std::string_view protocols, unsigned char *client_alpn_protocols, int &alpn_array_len) Review Comment: RecHttp.cc works well. I put it there and added unit tests for it as well. -- 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]
