diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-30 18:58:31 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-30 18:58:31 +0400 |
commit | d7b276585a4faccc7d78baafb7ea011f3135856a (patch) | |
tree | f78c3bc59fd5e6e7e3d28490c6f74f0741204271 /src/Network/BitTorrent.hs | |
parent | b6b992d5594daa9405e6a5259e161d65af815a88 (diff) |
~ Keep track left progress bytes.
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index 30735023..b6e2eadf 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -154,4 +154,4 @@ exchange storage = awaitEvent >>= handler | |||
154 | offer <- peerOffer | 154 | offer <- peerOffer |
155 | if BF.null offer | 155 | if BF.null offer |
156 | then return () | 156 | then return () |
157 | else handler (Available offer) \ No newline at end of file | 157 | else handler (Available offer) |