Skip to content

Comments

[COR-21902] Add dial timeout config for client#6

Merged
ethanlin-coding merged 1 commit intomasterfrom
ethanlin/COR-21902/add-dial-timeout
Feb 18, 2026
Merged

[COR-21902] Add dial timeout config for client#6
ethanlin-coding merged 1 commit intomasterfrom
ethanlin/COR-21902/add-dial-timeout

Conversation

@ethanlin-coding
Copy link

@ethanlin-coding ethanlin-coding commented Feb 18, 2026

• Add a new DialTimeout field to Client that allows configuring the connection establishment timeout independently from the read/write Timeout, which is useful when TLS handshakes or network conditions require a longer dial window without relaxing the I/O deadline.
• When DialTimeout is not set (zero value), the behavior falls back to using Timeout, preserving full backward compatibility with existing users.

@linear
Copy link

linear bot commented Feb 18, 2026

@ethanlin-coding ethanlin-coding merged commit 113968e into master Feb 18, 2026
1 check passed
@ethanlin-coding ethanlin-coding deleted the ethanlin/COR-21902/add-dial-timeout branch February 18, 2026 18:26
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