jetty.project/tests
Simone Bordet a4c297011b
Fixes #11072 - Jetty 12: CompleteCallbackHandler (#11786)
Introduced StateTrackingHandler.

StateTrackingHandler is a troubleshooting Handler that helps to identify those cases where the Handler/Request/Response APIs are used improperly.

In particular, it tracks the events described in StateTrackingHandler.Listener, such as the Handler callback not completed, or blocking demand callback, or a write callback not completed, etc.

It also provides dump() capabilities, so the current requests and their state is dumped to help troubleshooting.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-05-19 19:32:37 +02:00
..
jetty-jmh Updating to version 12.0.10-SNAPSHOT 2024-05-03 09:28:36 -04:00
jetty-test-multipart Updating to version 12.0.10-SNAPSHOT 2024-05-03 09:28:36 -04:00
jetty-test-session-common Updating to version 12.0.10-SNAPSHOT 2024-05-03 09:28:36 -04:00
jetty-testers Updating to version 12.0.10-SNAPSHOT 2024-05-03 09:28:36 -04:00
test-distribution Fixes #11072 - Jetty 12: CompleteCallbackHandler (#11786) 2024-05-19 19:32:37 +02:00
test-integration Updating to version 12.0.10-SNAPSHOT 2024-05-03 09:28:36 -04:00
test-jpms Updating to version 12.0.10-SNAPSHOT 2024-05-03 09:28:36 -04:00
pom.xml Updating to version 12.0.10-SNAPSHOT 2024-05-03 09:28:36 -04:00