Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Snap/Internal/Http/Server/TLS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Network.Socket (Socket)
import Control.Exception (Exception, bracketOnError, finally, onException, throwIO)
import Control.Monad (when)
import Data.ByteString.Builder (byteString)
import qualified Network.Socket as Socket
import qualified Snap.Internal.Http.Server.Socket as Socket
import OpenSSL (withOpenSSL)
import OpenSSL.Session (SSL, SSLContext)
import qualified OpenSSL.Session as SSL
Expand Down