Skip to content

Commit

Permalink
fix(http): merge client raw query
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Aug 17, 2022
1 parent 7059235 commit 60aea6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/drivers/gout/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ func (client *Client) buildUri(uri *url.URL, config *object.HashMap) *url.URL {
}

baseUri.Path = path.Join(baseUri.Path, uri.Path)
baseUri.RawQuery = uri.RawQuery
//uri = baseUri.ResolveReference(uri)
uri = baseUri
}
Expand Down

0 comments on commit 60aea6c

Please sign in to comment.