reverse_proxy_plug icon indicating copy to clipboard operation
reverse_proxy_plug copied to clipboard

Error callback can be simplified

Open mwhitworth opened this issue 1 year ago • 0 comments
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.

mwhitworth avatar Feb 24 '24 23:02 mwhitworth