• A
    Fix repeated calls to DataBuffer.write(CharSequence, Charset) · 090aceb3
    Andrew Tulloch 提交于
    Prior to this commit, repeated calls to `DataBuffer.write(CharSequence,
    Charset)` would not write the given chars to the expected position in
    the original buffer.
    
    This commit fixes that by writing to the `outBuffer.position()`, offset
    by the current `DataBuffer.writePosition()`.
    
    Fixes gh-22484
    090aceb3
DataBufferTests.java 14.6 KB