jetty.project/jetty-core/jetty-io
Simone Bordet 8d6734cf78
Fixes #9141 - Thread-safe Content.Chunk#slice (#9142)
* Fixes #9141 - Thread-safe Content.Chunk#slice

* Changed Content.Chunk.slice(int, int, boolean) to have the same parameters as ByteBuffer.slice(int, int) for consistency.
* Updated Chunk.slice(int, int, boolean) javadocs.
* Update code that was calling Chunk.slice(int, int, boolean).

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-10 09:49:39 +01:00
..
src Fixes #9141 - Thread-safe Content.Chunk#slice (#9142) 2023-01-10 09:49:39 +01:00
pom.xml Add --reads org.eclipse.jetty.logging to surefire config 2022-05-24 20:34:13 +10:00