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
servlet: fix write when not ready in AsyncServletOutputStreamWriter
Even when isReady() returns true, the servlet container may still be
processing a previous write. Always set readyAndDrained to false
after a direct write to ensure subsequent writes go through the
container thread via onWritePossible(), matching servlet spec.
Fixes#12723
0 commit comments