Commit f8e4d35
committed
Add TestConnectionClosureRace
This isn't a test case so much as a reproducer that tries to force a
race between client-side connection reuse and server-initiated
connection closure on various protocols. Since it's fairly slow and
resource-intensive, I have marked it with `@Tag("slow")`. The test can
be run directly from an IDE, or from the command line using the
`slow-tests` profile:
./mvnw -Pslow-tests1 parent ceeac02 commit f8e4d35
2 files changed
Lines changed: 492 additions & 0 deletions
File tree
- httpclient5-testing/src/test/java/org/apache/hc/client5/testing/async
0 commit comments