You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed that with a particular upstream the requests would return an empty response when we directly forward the request body to the new fetch call without consuming the stream ourselves.
Steps to Reproduce
Run the data proxy (easier without the proof mechanism, but doesn't impact the bug) with the config from the section below.
🐛 Bug Report
We noticed that with a particular upstream the requests would return an empty response when we directly forward the request body to the new fetch call without consuming the stream ourselves.
Steps to Reproduce
Run the data proxy (easier without the proof mechanism, but doesn't impact the bug) with the config from the section below.
Make a request to the proxy
Code snippet to reproduce
Use the following config.json:
Check with Jasper or Thomas for a valid URL.
Stack trace & error message
The proxy will receive an empty response, but no error:
Expected Behavior
There shouldn't be a difference between transparently forwarding the ReadableStream or consuming the stream as a string and sending that.
Your Environment
The text was updated successfully, but these errors were encountered: