File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
deps/rabbitmq_ct_helpers/src Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 15
15
% %
16
16
-module (inet_proxy_dist ).
17
17
18
+ % % Transitional step until we can require Erlang/OTP 21 and
19
+ % % use the now recommended try/catch syntax for obtaining the stack trace.
20
+ -compile (nowarn_deprecated_function ).
21
+
18
22
% % A distribution plugin that uses the usual inet_tcp_dist but allows
19
23
% % insertion of a proxy at the receiving end.
20
24
Original file line number Diff line number Diff line change 15
15
% %
16
16
-module (inet_tcp_proxy ).
17
17
18
+ % % Transitional step until we can require Erlang/OTP 21 and
19
+ % % use the now recommended try/catch syntax for obtaining the stack trace.
20
+ -compile (nowarn_deprecated_function ).
21
+
18
22
% % A TCP proxy for insertion into the Erlang distribution mechanism,
19
23
% % which allows us to simulate network partitions.
20
24
You can’t perform that action at this time.
0 commit comments