reverse_proxy_plug
reverse_proxy_plug copied to clipboard
fix: remove fixed req task timeout
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.