netty5/buffer
Trustin Lee 0e017db89a Return the new buffer's capacity is same with the requested capacity
- Rename capacity variables to reqCapacity or normCapacity to distinguish if its the request capacity or the normalized capacity
- Do not reallocate on ByteBuf.capacity(int) if reallocation is unnecessary; just update the index range.
- Revert the workaround in DefaultChannelHandlerContext
2012-12-19 16:50:05 +09:00
..
src Return the new buffer's capacity is same with the requested capacity 2012-12-19 16:50:05 +09:00
pom.xml Fix the incorrect snapshot version number 2012-12-13 22:49:31 +09:00