Skip to content

Commit ef34bfa

Browse files
committed
TestAsyncSocketTimeout: Remove workaround for now-fixed bug in UDS connection closure
1 parent 08b4160 commit ef34bfa

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

httpclient5-testing/src/test/java/org/apache/hc/client5/testing/async/TestAsyncSocketTimeout.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ void checkAssumptions() {
154154
final int minorVersion = Integer.parseInt(components[1]);
155155
assumeFalse(majorVersion <= 5 && minorVersion <= 3, "Async UDS requires HttpCore 5.4+");
156156
}
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-
}
164157
}
165158
}
166159

0 commit comments

Comments
 (0)