[GitHub] [httpcomponents-core] ufolr commented on issue #195: Fix CharArrayBuffer.subSequence(beganIndex, endIndex) to return right result.

2020-04-18 Thread GitBox
ufolr commented on issue #195: Fix CharArrayBuffer.subSequence(beganIndex,endIndex) to return right result. URL: https://github.com/apache/httpcomponents-core/pull/195#issuecomment-615839174 > @ufolr I am sorry but this is too much so that "sub noodle could be a noodle". Let's just fix

[GitHub] [httpcomponents-core] ufolr commented on issue #195: Fix CharArrayBuffer.subSequence(beganIndex, endIndex) to return right result.

2020-04-18 Thread GitBox
ufolr commented on issue #195: Fix CharArrayBuffer.subSequence(beganIndex,endIndex) to return right result. URL: https://github.com/apache/httpcomponents-core/pull/195#issuecomment-615688514 @ok2c Yep. I saw that performance waste of performance. So I make **CharArrayBuffer** can reuse

[GitHub] [httpcomponents-core] ufolr commented on issue #195: Fix CharArrayBuffer.subSequence(beganIndex, endIndex) to return right result.

2020-04-17 Thread GitBox
ufolr commented on issue #195: Fix CharArrayBuffer.subSequence(beganIndex,endIndex) to return right result. URL: https://github.com/apache/httpcomponents-core/pull/195#issuecomment-615417887 > > CharArrayBuffer's sub-sequence should return the result as same class of CharArrayBuffer.