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: disable RECYCLE_FACADES to reduce flaky tests
Explicitly set org.apache.catalina.connector.RECYCLE_FACADES=false
in Tomcat 10 Embedded to avoid premature OutputBuffer recycle
that can cause flaky tests in gRPC servlet transport.
Fixes#12524
0 commit comments