Skip to content

Commit

Permalink
Use link to the latest otp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Feb 14, 2025
1 parent 6d2f19a commit 21a8904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escalus_tcp.erl
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ handle_info({ssl_error, _Socket, Reason}, #state{} = State) ->
handle_info({ssl, session_ticket, Ticket}, #state{owner = Owner} = State) ->
%% If the client enables `{session_tickets, manual}' in tls_opts,
%% forward them the Ticket data.
%% See https://www.erlang.org/docs/23/apps/ssl/using_ssl#early-data-in-tls-1.3
%% See https://www.erlang.org/doc/apps/ssl/using_ssl#session-tickets-and-session-resumption-in-tls-1-3
Owner ! {escalus_ssl_session_ticket, self(), Ticket},
{noreply, State};
handle_info(_, State) ->
Expand Down

0 comments on commit 21a8904

Please sign in to comment.