maskit opened a new issue, #12891:
URL: https://github.com/apache/trafficserver/issues/12891

   Both `sshv` and `csshv` store just an HTTP version, the major version and 
the minor version. The type of those fields is `dINT` (double int) somehow. A 
64 bit integer for the major version and another 64 bit integer for the minor 
version.
   
   We should change the type to `STRING` and use just 1 byte (or 2 bytes at 
maximum). Even `sINT` (64 bit integer) is too much.
   
   This change would cause log format incompatibility.


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