Skip to content

Add missing Javadoc for ConnectionConfig#820

Open
garydgregory wants to merge 2 commits intoapache:masterfrom
garydgregory:5.7.x/javadoc_ConnectionConfig
Open

Add missing Javadoc for ConnectionConfig#820
garydgregory wants to merge 2 commits intoapache:masterfrom
garydgregory:5.7.x/javadoc_ConnectionConfig

Conversation

@garydgregory
Copy link
Copy Markdown
Member

@garydgregory garydgregory commented Apr 11, 2026

Add missing Javadoc for ConnectionConfig.

* A timeout value of zero is interpreted as an infinite timeout.
* </p>
*
* @return the timeout until a new connection is fully established, defaults to 3 minutes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garydgregory Can we re-phrase this statement a little? Technically the connection timeout is a timeout until the target endpoint acknowledgement it accepts the connection request, not until the new connection is fully established. For instance an HTTPS connection cannot be considered fully established until the TLS handshake has been successfully completed.

Very nice otherwise.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY. Done with dbb960a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants