Skip to content

Commit

Permalink
Debug GH Actions macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Mar 26, 2024
1 parent 577c840 commit 9766139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gun.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,7 @@ normal_tls_handshake(Socket, State=#state{
socket => Socket
},
EvHandlerState1 = EvHandler:tls_handshake_start(HandshakeEvent, EvHandlerState0),
ct:log("~p", [TLSOpts]),
case gun_tls:connect(Socket, TLSOpts, TLSTimeout) of
{ok, TLSSocket} ->
%% This call may return {error,closed} when the socket has
Expand Down

0 comments on commit 9766139

Please sign in to comment.