Skip to content

Commit

Permalink
fix: stargate query params not forwarded to stack (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas authored Aug 7, 2023
1 parent 2e40ca6 commit c751bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/stargate/internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (c *Client) Forward(ctx context.Context, in *api.StargateServerMessage) *Re
q.Add(k, vv)
}
}
req.URL.RawQuery = q.Encode()

for k, v := range ev.ApiCall.Headers {
for _, vv := range v.Values {
Expand Down

1 comment on commit c751bd2

@vercel
Copy link

@vercel vercel bot commented on c751bd2 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.