package srpc var REQUEST_HEADER_SIZE = int32(8) type requestHeader struct { size int64 }