mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
Introduced the constraint in the API that Stream.headers() and Stream.data() calls cannot be invoked if the previous operation did not complete. Improved interleaving by appending unfinished DATA frames at the end of the queue, rather than prepending them.