You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Following the work in #12216, server-side HttpConnection needs a review of buffer recycling, to make it simpler and more understandable for the future.
The text was updated successfully, but these errors were encountered:
Alternative to #12228.
In this PR, the responsibility to release the buffers is in 2 methods: onFillable() (called when network data is available, and to process the next request) and parseAndFillForContent() (called from Request.read()).
Signed-off-by: Simone Bordet <[email protected]>
Jetty version(s)
12
Description
Following the work in #12216, server-side
HttpConnection
needs a review of buffer recycling, to make it simpler and more understandable for the future.The text was updated successfully, but these errors were encountered: