don't inline large functions

This commit is contained in:
Arvid Norberg
2012-03-19 06:06:52 +00:00
parent 3a1145b6db
commit 619c375528
14 changed files with 295 additions and 265 deletions

View File

@@ -60,6 +60,8 @@ namespace libtorrent
&& http_status < 400;
}
http_parser::~http_parser() {}
http_parser::http_parser(int flags)
: m_recv_pos(0)
, m_status_code(-1)