43e91c2476
Motivation: DefaultByteBufHolder.equals(...) and hashCode() should be implemented so it works correctly with instances that share the same content. Modifications: Add implementations and a unit-test. Result: Have correctly working equals(...) and hashCode() method