web seed fix

This commit is contained in:
Arvid Norberg
2009-04-11 20:45:14 +00:00
parent 1c01c9ce98
commit 90ce06bb47
8 changed files with 78 additions and 42 deletions

View File

@@ -39,14 +39,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "libtorrent/http_parser.hpp"
#include "libtorrent/assert.hpp"
#include "libtorrent/escape_string.hpp"
using namespace libtorrent;
namespace
{
char to_lower(char c) { return std::tolower(c); }
}
namespace libtorrent
{
http_parser::http_parser()