]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/FuncTorrent/Tracker/Http.hs
hlint fixes
[functorrent.git] / src / FuncTorrent / Tracker / Http.hs
index fe1f3e1e55ace932acc4463943ca73def0f0c31c..840b7583d51a39fbdff0a513a264b26145e75b7f 100644 (file)
@@ -81,7 +81,7 @@ trackerLoop url port peerId infohash fschan tstate = forever $ do
       down = FS.bytesWritten st
   resp <- sendGetRequest url $ mkArgs port peerId up down (left tstate) infohash
   case Benc.decode resp of
-    Left e -> do
+    Left e ->
       return () -- $ pack (show e)
     Right trackerInfo ->
       case parseTrackerResponse trackerInfo of