moved status_string to reply structure

This commit is contained in:
orignal 2015-11-22 10:58:57 -05:00
parent 0d84871037
commit e5cb70972e
2 changed files with 14 additions and 16 deletions

View file

@ -39,8 +39,7 @@ namespace util
struct reply
{
std::vector<header> headers;
std::string content;
std::string status_string, content;
std::vector<boost::asio::const_buffer> to_buffers (int status);
};