Open pyneda opened 1 month ago
Could you add at least a test for it?
Attempted to set up a test case using an HTTP/2 test server and a client that forces retries to reproduce the original issue. However, I wasn't able to replicate the same error within a test case.
As a fallback, added a simpler test that ensures the request body is correctly propagated through redirects and verifies that the GetBody
function added in LoadResponse
behaves as expected.
Some related issues: https://github.com/stripe/stripe-go/issues/710 https://github.com/connectrpc/connect-go/issues/541
Fix for the following error