split out test_priority from test_transfer

This commit is contained in:
Arvid Norberg
2013-10-10 17:00:32 +00:00
parent 3b882a35de
commit 9ec2f48a6e
4 changed files with 403 additions and 289 deletions

View File

@@ -1353,6 +1353,7 @@ void web_server_thread(int* port, bool ssl, bool chunked)
write(s, boost::asio::buffer(&buf[0], buf.size()), boost::asio::transfer_all(), ec);
if (ec)
fprintf(stderr, "[HTTP] *** send response failed: %s\n", ec.message().c_str());
continue;
}
if (filename(path).substr(0, 5) == "seed?")