Skip to content

Commit ba98bb2

Browse files
authored
Merge pull request #313 from atc0005/update-advice-const-doc-comments
Update connectionResetByPeerAdvice doc comments
2 parents 1658a34 + 8290447 commit ba98bb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

annotations.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ const runtimeTimeoutReachedAdvice string = "plugin runtime exceeded specified ti
2121

2222
// connectionResetByPeerAdvice offers advice to the sysadmin for remediating
2323
// "read: connection reset by peer" errors. The cause of this error can vary
24-
// but is often associated access control mechanisms such as firewalls,
24+
// but is often associated with access control mechanisms such as firewalls,
2525
// misconfigured IIS sites (e.g., missing certificate binding), overloaded
26-
// services at maximum connection capacity or otherwise misconfigured services.
26+
// services at maximum connection capacity or otherwise misconfigured
27+
// services.
2728
//
2829
// See also https://stackoverflow.com/questions/1434451
2930
const connectionResetByPeerAdvice string = "consider checking firewall, certificate/port bindings or maximum supported connections for remote service"

0 commit comments

Comments
 (0)