reverse_proxy_plug icon indicating copy to clipboard operation
reverse_proxy_plug copied to clipboard

fix: remove fixed req task timeout

Open stocks29 opened this issue 7 months ago • 2 comments

fixes: https://github.com/tallarium/reverse_proxy_plug/issues/236

Removes the useless Task since it's immediately being awaited and let's the Req timeouts take effect.

stocks29 avatar Mar 29 '25 14:03 stocks29