mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* HTTPConnection::reply : to_buffers() -> to_string()
This commit is contained in:
parent
c54f7c81c4
commit
7cf171671d
2 changed files with 26 additions and 35 deletions
|
@ -39,8 +39,8 @@ namespace util
|
|||
struct reply
|
||||
{
|
||||
std::vector<header> headers;
|
||||
std::string status_string, content;
|
||||
std::vector<boost::asio::const_buffer> to_buffers (int status);
|
||||
std::string status;
|
||||
std::string to_string (int code);
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue