You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/19 20:30:55 UTC

[GitHub] [trafficserver] ywkaras commented on a change in pull request #8414: rate_limit: convert to using TSVConnSslSniGet

ywkaras commented on a change in pull request #8414:
URL: https://github.com/apache/trafficserver/pull/8414#discussion_r732221098



##########
File path: plugins/experimental/rate_limit/sni_selector.cc
##########
@@ -17,10 +17,7 @@
  */
 #include "tscore/ink_config.h"
 
-// Needs special OpenSSL APIs as a global plugin for early CLIENT_HELLO inspection
-#if TS_USE_HELLO_CB
-
-#include <cstring>
+#include <string.h>

Review comment:
       Why change <cstring> to <string.h> ?




-- 
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: github-unsubscribe@trafficserver.apache.org

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