Skip to content

Commit 6168bd3

Browse files
Update internal/agenthttp/client.go
Better description of the valid http client profiles. Co-authored-by: Josh Deprez <jd@buildkite.com>
1 parent a6ea19e commit 6168bd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/agenthttp/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
)
1313

1414
var (
15+
// ValidHTTPClientProfiles lists accepted values for Config.HTTPClientProfile.
1516
ValidHTTPClientProfiles = []string{"stdlib", "default"}
1617
)
1718

0 commit comments

Comments
 (0)