There was an error while loading. Please reload this page.
1 parent cbd0465 commit 2064391Copy full SHA for 2064391
netty-utils/src/main/java/org/asynchttpclient/netty/util/Utf8ByteBufCharsetDecoder.java
@@ -93,7 +93,7 @@ protected CharBuffer allocateCharBuffer(int l) {
93
return CharBuffer.allocate(l);
94
}
95
96
- private void ensureCapacity(int l) {
+ protected void ensureCapacity(int l) {
97
if (charBuffer.position() == 0) {
98
if (charBuffer.capacity() < l) {
99
charBuffer = allocateCharBuffer(l);
0 commit comments