Skip to content

Commit

Permalink
feat: set connector header
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng committed Jul 4, 2022
1 parent b63665b commit a04e90b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/connector/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ func Run(ctx context.Context, options Options) error {
HTTP: http.Client{
Transport: transport,
},
Headers: http.Header{
"Infra-Destination": {chksm},
},
}

ctx, cancel := context.WithCancel(ctx)
Expand Down

0 comments on commit a04e90b

Please sign in to comment.