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

   On TLS connections, net.read_bytes was only counting some bytes for the 
handshake, and none of the incoming ciphertext.  This is neither intuitive nor 
consistent with net.write_bytes.
   
   The fix for now is to make it symmetric with net.write_bytes.  Count the 
plaintext bytes for TLS.  This means not counting the handshake bytes.
   
   For a long term fix, I plan to add more comprehensive metrics for TLS.


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