Skip to content

Fix ConnectTimeout XML doc comment: default is 24 hours, not 120 seconds#11463

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-connect-timeout-doc-comment
Draft

Fix ConnectTimeout XML doc comment: default is 24 hours, not 120 seconds#11463
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-connect-timeout-doc-comment

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 23, 2026

ConnectTimeout doc comment stated default is 120 seconds, but the initializer is TimeSpan.FromHours(24). Updated to match reality and be consistent with ReadTimeout doc above it.

-/// The default value is <c>120</c> seconds.
+/// The default value is <c>24</c> hours, same as <see cref="ReadTimeout"/>.

Copilot AI changed the title [WIP] Fix ConnectTimeout XML doc comment for accuracy Fix ConnectTimeout XML doc comment: default is 24 hours, not 120 seconds May 23, 2026
Copilot AI requested a review from jonathanpeppers May 23, 2026 02:47
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.

[fix-finder] Fix ConnectTimeout XML doc comment that incorrectly states default is 120 seconds (actual: 24 hours)

2 participants