JosiahWI opened a new pull request, #11424:
URL: https://github.com/apache/trafficserver/pull/11424

   This makes the following changes:
   
     * This adds unit tests for the behavior of custom_get_ja3_prefixed.
     * This rewrites custom_get_ja3_prefixed as two separate functions,
       encode_word_buffer and encode_dword_buffer. The new implementations
       both offer a 20% performance improvement over the old one, measured on a
       release build with -O3 using Catch2 benchmarks and a 10 byte buffer that
       included GREASE values.
     * This adds a function encode_integer_buffer for encoding the buffer of TLS
       extensions.
     * This documents the new functions and moves them to a new ja3:: namespace
       in a separate source file.


-- 
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]

Reply via email to