diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-04 04:04:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-04 04:04:18 +0400 |
commit | fc3d4707fe9ec52d10088ec4bd03e2afe93dc156 (patch) | |
tree | c5ebfe75fd6943265ea99cfa8a6995d2b016c53f /src/Network | |
parent | 01a4225f6745677b29ee2cde9408d7391205a731 (diff) |
Mark HTTP Tracker RPC as provisional
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC/HTTP.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs index c39f8f31..d30c0e9d 100644 --- a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs +++ b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs | |||
@@ -2,8 +2,8 @@ | |||
2 | -- Copyright : (c) Sam Truzjan 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : BSD | 3 | -- License : BSD |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : provisional |
6 | -- Portability : non-portable | 6 | -- Portability : portable |
7 | -- | 7 | -- |
8 | -- The tracker is an HTTP/HTTPS service used to discovery peers for | 8 | -- The tracker is an HTTP/HTTPS service used to discovery peers for |
9 | -- a particular existing torrent and keep statistics about the | 9 | -- a particular existing torrent and keep statistics about the |