Skip to content
Unverified Commit a02f7afc authored by Kohei Suzuki's avatar Kohei Suzuki Committed by GitHub
Browse files

Fix query string builder when push_v() is called first (#531)



```rust
query.push_v("uploads");
query.push_kv("x-id", "CreateMultipartUpload");
```

should build `?uploads&x-id=CreateMultipartUpload` instead of
`?uploads?x-id=CreateMultipartUpload`.

Co-authored-by: default avatarRussell Cohen <rcoh@amazon.com>
parent b23ccb7b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment