Skip to content

Commit 8fe2cbb

Browse files
committed
Revert "Remove unused require"
This reverts commit 95a4466.
1 parent 85348dc commit 8fe2cbb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

lib/mint/core/transport/ssl.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
defmodule Mint.Core.Transport.SSL do
22
@moduledoc false
33

4+
require Logger
45
require Record
56

67
@behaviour Mint.Core.Transport

test/mint/unix_socket_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ defmodule Mint.UnixSocketTest do
33

44
alias Mint.{HTTP, TestSocketServer}
55

6+
require HTTP
7+
68
unix? = match?({:unix, _}, :os.type())
79
otp_19? = System.otp_release() >= "19"
810
@moduletag skip: not (unix? and otp_19?)

0 commit comments

Comments
 (0)