reverse_proxy_plug
reverse_proxy_plug copied to clipboard
Error callback can be simplified
trafficstars
It will be a breaking change, but there is no reason for the opts[:error_callback] to pass {:error, error} through - we should pattern match in the function head and pass error through to the callback instead.