What's Changed
- support true async streaming with req 0.5 by @mwhitworth in https://github.com/tallarium/reverse_proxy_plug/pull/251
Full Changelog: https://github.com/tallarium/reverse_proxy_plug/compare/v3.0.3...v3.0.4
Unclaimed project
Are you a maintainer of reverse_proxy_plug? Claim this project to take control of your public changelog and roadmap.
Changelog
π an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support
Full Changelog: https://github.com/tallarium/reverse_proxy_plug/compare/v3.0.3...v3.0.4
x-forwarded-for fixes (#232)def fun_error_callback({:error, error}, conn) can now be def fun_error_callback(error, conn)request) from those resulting in a streamed response (request_stream), to support adapters which require different request functions for...