1 parent fce5fe7 commit bcb122cCopy full SHA for bcb122c
1 file changed
src/shackle_socket.erl
@@ -2,8 +2,9 @@
2
-include("shackle_internal.hrl").
3
4
%% The socket specs on OTP < 28 predate {otp, select_read} and its
5
-%% recv return shapes, and socket:sendv only exists from OTP 27,
6
-%% although everything works at runtime from OTP 27.3.
+%% recv return shapes, and socket:sendv only exists from OTP 27.
+%% {otp, select_read} lands in OTP 28.0, so that is the runtime
7
+%% floor for this protocol.
8
-dialyzer({nowarn_function, [recv/1, send/2, sendv/2, setopts/2]}).
9
-ignore_xref([
10
{socket, sendv, 2}
0 commit comments