We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b4160 commit ef34bfaCopy full SHA for ef34bfa
1 file changed
httpclient5-testing/src/test/java/org/apache/hc/client5/testing/async/TestAsyncSocketTimeout.java
@@ -154,13 +154,6 @@ void checkAssumptions() {
154
final int minorVersion = Integer.parseInt(components[1]);
155
assumeFalse(majorVersion <= 5 && minorVersion <= 3, "Async UDS requires HttpCore 5.4+");
156
}
157
-
158
- @Override
159
- void closeClient(final TestAsyncClient client) {
160
- // TODO: Why does `CloseMode.GRACEFUL` (the test client default)
161
- // block until the IOReactor shutdown timeout when using UDS?
162
- client.close(CloseMode.IMMEDIATE);
163
- }
164
165
166
0 commit comments