]> git.rkrishnan.org Git - functorrent.git/commit
Remove the redundant withSocketsDo call wrapping simpleHTTP
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 3 May 2015 09:14:58 +0000 (14:44 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 3 May 2015 09:14:58 +0000 (14:44 +0530)
commitcfd4492b3eaaa60332ea25af64317d4d39fb511a
tree903c5d7702efba73d90b6e0ab0dbc9fd34ea6520
parent573a77fcd75e8bbb79ef44e9ac54a55817338a0d
Remove the redundant withSocketsDo call wrapping simpleHTTP

simpleHTTP calls withSocketsDo deep inside, so no need to wrap
it outside.
src/FuncTorrent/Network.hs