0d71744d5b
Motivation: FullHttp[Request|Response].hashCode() uses a releasable object and in vulnerable to a IllegalRefCountException if that object has been released. Modifications: - Ensure the released object is not used. Result: No more IllegalRefCountException.