Skip to content

allow transparent response mirroring

Fedor Telnov requested to merge refs-passing into main

Previously, mirroring reqwest response required our work to bypass Send and Sync markers. Now it is done automatically by the compiler.

Merge request reports