Closed countfloyd closed 2 months ago
/bounty $125 for fix and test.
/attempt #3117
with your implementation plan/claim #3117
in the PR body to claim the bountyThank you for contributing to zio/zio-http!
Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🟢 @varshith257 | Sep 10, 2024, 11:42:32 AM | #3123 |
/attempt #3117
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@varshith257 | 3 ZIO bounties + 7 bounties from 4 projects |
TypeScript, Go |
Cancel attempt |
💡 @varshith257 submitted a pull request that claims the bounty. You can visit your bounty board to reward.
🎉🎈 @varshith257 has been awarded $125! 🎈🎊
Have an ZClient calling another zio-http server endpoint with a multipart form and a auto-generated boundary:
This generates a boundary of '(((random-uuid)))'. Passing this request with this boundary format is not parsed correctly by the zio-http server at the other end. I get an error:
If I specify my own boundary value (i.e. --random-uuid), it works ok.