Skip to content

Commit

Permalink
Update connectionResetByPeerAdvice doc comments
Browse files Browse the repository at this point in the history
Add missing .
  • Loading branch information
atc0005 committed Nov 20, 2024
1 parent 727a0ae commit f8e84a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ const runtimeTimeoutReachedAdvice string = "plugin runtime exceeded specified ti

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

0 comments on commit f8e84a9

Please sign in to comment.