For XRootD summary packet, it's in XML format without a byte header. The current verify header function doesn't take into account for such format and will report false on such packet. This PR fixes this issue.
This PR also fixes the null pointer error when running each individual test cases due to nil log global variable. This PR add a default log value.
For XRootD summary packet, it's in XML format without a byte header. The current verify header function doesn't take into account for such format and will report false on such packet. This PR fixes this issue.
This PR also fixes the null pointer error when running each individual test cases due to nil
log
global variable. This PR add a defaultlog
value.