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
HttpInput.run() now uses contentProvider.isReady() to ensure that
if there is no content, the fill interest is set.
AsyncContentProvider.isReady() is now looping if there is content
but it cannot be transformed (e.g. too few gzipped bytes).
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Jetty version
10.0.x
Description
HttpInput.run()
may try to get the next content, but if it isnull
it does not set fill interest.This also happens in
AsyncContentProducer.isReady()
.The text was updated successfully, but these errors were encountered: