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
This functionality was effectively removed to fix #175 - the new version of this functionality should fulfil two requirements:
it should be tested to work with each adapter - {:stream, _} as a input value for the upstream body was supported by HTTPoison, but it was unclear (and untested) whether this was supported by the Tesla adapter at all
as Broken in Bandit (also silently in Cowboy) #175, we need to forward conn whenever we use Plug.Conn.read_body - but that seems to be at odds with passing in a stream to the library. Perhaps Stream.resource, and sending the latest conn to ourselves?
The text was updated successfully, but these errors were encountered:
mwhitworth
changed the title
Investigate restoring stream request body through to upstream
Investigate restoring streaming request body through to upstream
Feb 24, 2024
This functionality was effectively removed to fix #175 - the new version of this functionality should fulfil two requirements:
{:stream, _}
as a input value for the upstream body was supported byHTTPoison
, but it was unclear (and untested) whether this was supported by the Tesla adapter at allconn
whenever we usePlug.Conn.read_body
- but that seems to be at odds with passing in a stream to the library. PerhapsStream.resource
, andsend
ing the latestconn
to ourselves?The text was updated successfully, but these errors were encountered: