diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-03 18:24:28 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-03 18:24:28 +0400 |
commit | 6228854ace1685d9e85ad939a1344a306376f96f (patch) | |
tree | e347b6da29a183f28434de80cf523bf0862d5045 /src/Network/BitTorrent/Tracker/Wai.hs | |
parent | ac8cd57442c970aa76e30d5f48dcb5c5cefe0adf (diff) |
Minor changes
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Wai.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Wai.hs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Network/BitTorrent/Tracker/Wai.hs b/src/Network/BitTorrent/Tracker/Wai.hs index f290c380..f4cff5dc 100644 --- a/src/Network/BitTorrent/Tracker/Wai.hs +++ b/src/Network/BitTorrent/Tracker/Wai.hs | |||
@@ -1,12 +1,3 @@ | |||
1 | -- supported extensions: | ||
2 | -- | ||
3 | -- no_peer_id - do not send peer id if no_peer_id=1 specified | ||
4 | -- http://www.bittorrent.org/beps/bep_0023.html | ||
5 | -- | ||
6 | -- compact - compact=1 or compact=0 | ||
7 | -- http://permalink.gmane.org/gmane.network.bit-torrent.general/4030 | ||
8 | -- | ||
9 | -- | ||
10 | {-# LANGUAGE RecordWildCards #-} | 1 | {-# LANGUAGE RecordWildCards #-} |
11 | module Network.BitTorrent.Tracker.Wai | 2 | module Network.BitTorrent.Tracker.Wai |
12 | ( tracker | 3 | ( tracker |