Skip to content

Commit

Permalink
Merge pull request #40 from ArtisanCloud/develop
Browse files Browse the repository at this point in the history
fix(http): merge client raw query
  • Loading branch information
Matrix-X authored Aug 17, 2022
2 parents b6c2fc5 + 60aea6c commit d67c061
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 d67c061

Please sign in to comment.