-
Enhancement
-
Resolution: Done
-
Major
-
2.2.16.Final
-
None
I believe the Buffers.copy(ByteBuffer.wrap(b, off, len), buffer) can be replaced by
buffer.get(b, off, Math.min(len, buffer.remaining())) to avoid the ByteBuffer indirection.
- is incorporated by
-
UNDERTOW-2507 Get 2.0.41.SP branch in good shape
- Pull Request Sent
-
WFCORE-5867 Upgrade Undertow to 2.2.17.Final
- Closed