Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit851fdcd

Browse files
committed
minor clean up: no need to enqueue Echo here
Test is supposed to fail on TLS handshake
1 parent25b0e9b commit851fdcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎client/src/test/java/org/asynchttpclient/BasicHttpsTest.java‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public void failInstantlyIfNotAllowedSelfSignedCertificate() throws Throwable {
160160

161161
withClient(config().setMaxRequestRetry(0).setRequestTimeout(2000)).run(client -> {
162162
withServer(server).run(server -> {
163-
server.enqueueEcho();
164163
try {
165164
client.prepareGet(getTargetUrl()).execute().get(TIMEOUT,SECONDS);
166165
}catch (ExecutionExceptione) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp