netty5/codec-http/src
Scott Mitchell 0d71744d5b IllegalRefCountException in FullHttp[Request|Response].hashCode()
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.
2015-11-09 16:47:29 -08:00
..
main/java/io/netty/handler/codec IllegalRefCountException in FullHttp[Request|Response].hashCode() 2015-11-09 16:47:29 -08:00
test Improve the performance of copying header sets when hashing and name validation are equivalent. 2015-11-07 08:53:10 -08:00