mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
moved status_string to reply structure
This commit is contained in:
parent
0d84871037
commit
e5cb70972e
2 changed files with 14 additions and 16 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue