Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones committed Dec 4, 2024
1 parent f8811d9 commit 5644115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srv/app/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func newTransport(ctx context.Context, c *transportConfig) (*transport, error) {

// Add a timeout to control how long it takes to (start) getting a response
// from the target server. This allows Teleport to show the user a helpful
// error message that the upstream service is slow in responding.
// error message when the target service is slow in responding.
tr.ResponseHeaderTimeout = requestTimeout

tr.TLSClientConfig, err = configureTLS(c)
Expand Down

0 comments on commit 5644115

Please sign in to comment.