Skip to content

Commit

Permalink
Merge pull request #314 from atc0005/update-advice-const-doc-comments
Browse files Browse the repository at this point in the history
Update connectionResetByPeerAdvice doc comments
  • Loading branch information
atc0005 authored Nov 20, 2024
2 parents 727a0ae + f8e84a9 commit 710d244
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 710d244

Please sign in to comment.