Closed ksw2000 closed 3 months ago
Replace the field bufKV whose size is 56 bytes in ResponseHeader and RequestHeader with two []byte fields only 48 bytes.
bufKV
[]byte
Thanks, I didn't even realize we were using an argsKV without using any of the methods on an argsKV.
argsKV
Replace the field
bufKV
whose size is 56 bytes in ResponseHeader and RequestHeader with two[]byte
fields only 48 bytes.