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
java.util.ConcurrentModificationException
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
at java.base/java.util.AbstractCollection.toString(AbstractCollection.java:456)
at org.eclipse.jetty.http2.tests.TrailersTest.testTrailersSentByServerShouldNotSendEmptyDataFrame(TrailersTest.java:301)
In Jetty 12, demand after last frame invokes onDataAvailable(), so the latch needs to be counted down two times.
Signed-off-by: Simone Bordet <[email protected]>
Jetty version(s)
Jetty 12
Description
Stacktrace
Standard Error
The text was updated successfully, but these errors were encountered: