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
inet_tcp_proxy: Fix logging of "BLOCKED"/"allowed" events
We used to use the process dictionary to store the previous blocking
state. However, when a distribution connection times out (because of the
block), it is closed and the process exits, thus loosing the previous
state.
Now, we use a second ETS table to store the current state. This makes
the logging accurate.
[#146911969]
0 commit comments