We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d1bdc commit c085717Copy full SHA for c085717
process-plugin-api/process/tls/src/ja4.hpp
@@ -84,7 +84,8 @@ std::string_view getALPNLabel(std::span<std::string_view> alpns)
84
}
85
86
87
-static std::string concatenate_vector_to_hex_string(const std::vector<uint16_t>& vector)
+constexpr static
88
+std::string concatenate_vector_to_hex_string(const std::vector<uint16_t>& vector)
89
{
90
if (vector.empty()) {
91
return "";
0 commit comments