mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
It is not possible to perform asynchronous processing of the content of DATA frames, because otherwise the parser has to stop, stalling all other streams. Parser.Listener methods were returning boolean in a vestigial attempt to handle asynchronous data processing, and have now been converted to return void.