jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Start of a testcases for ByteBufferPool contract #12432

Closed joakime closed 2 weeks ago

joakime commented 2 weeks ago

As pointed out at https://github.com/jetty/jetty.project/pull/12075#discussion_r1791615754 it seems we lack tests for the ByteBuffer.order() reset of the ByteBufferPool implementations.

This is just a simple testcase that tests that, but it likely needs more implementations to test.

joakime commented 2 weeks ago

Closing as not-needed.