Skip to content

Commit

Permalink
Remove contents of Sandwich.Contexts.ReverseProxy.TCP on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 21, 2024
1 parent 5e0afd2 commit ca8b792
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

module Test.Sandwich.Contexts.ReverseProxy.TCP where

#ifndef mingw32_HOST_OS

import Control.Monad.IO.Unlift
import Data.Conduit
import qualified Data.Conduit.Network as DCN
Expand Down Expand Up @@ -36,3 +38,5 @@ withProxyToUnixSocket socketPath f = do
concurrently_
(runConduit $ DCN.appSource appdata .| DCN.appSink appdataServer)
(runConduit $ DCN.appSource appdataServer .| DCN.appSink appdata)

#endif

0 comments on commit ca8b792

Please sign in to comment.