You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ProxyHttpHandler.cs -> GetProxyJs method , there is a null check before the lock on mutex. This can be removed and is unnecessary as we are doing the check inside the lock as well.
The text was updated successfully, but these errors were encountered:
swethapavan
pushed a commit
to swethapavan/ProxyApi
that referenced
this issue
Jan 7, 2016
Hi,
In ProxyHttpHandler.cs -> GetProxyJs method , there is a null check before the lock on mutex. This can be removed and is unnecessary as we are doing the check inside the lock as well.
The text was updated successfully, but these errors were encountered: