rschmitt merged PR #644:
URL: https://github.com/apache/httpcomponents-client/pull/644
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@h
ok2c commented on code in PR #644:
URL:
https://github.com/apache/httpcomponents-client/pull/644#discussion_r2128264258
##
httpclient5-testing/src/test/java/org/apache/hc/client5/testing/sync/TestTlsHandshakeTimeout.java:
##
@@ -0,0 +1,118 @@
+/*
+ * ===
ok2c commented on PR #644:
URL:
https://github.com/apache/httpcomponents-client/pull/644#issuecomment-2943225324
@rschmitt Presently all timeouts supported by HC represent the maximum
period of inactivity between consecutive i/o operations and not a deadline.
There is feature request for r
rschmitt opened a new pull request, #644:
URL: https://github.com/apache/httpcomponents-client/pull/644
This change adds basic integration test coverage for TLS handshake timeouts
for the sync and async clients. The tests make use of a special test server
that times out a single TLS connect