parse HTTP header fields

This commit is contained in:
orignal 2014-12-22 16:45:50 -05:00
parent b1b72d2d33
commit e1d445ab50
4 changed files with 26 additions and 9 deletions

View file

@ -133,6 +133,7 @@ namespace data
{
CryptoPP::AutoSeededRandomPool rnd;
auto ind = rnd.GenerateWord32 (0, httpReseedHostList.size() - 1);
ind =5;
std::string reseedHost = httpReseedHostList[ind];
return ReseedFromSU3 (reseedHost);
}