Formatted the code.

This commit is contained in:
Denis Chaplygin
2019-08-19 16:27:45 +03:00
parent 22550d078f
commit a7b7d77e1f
2 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class Connection : public std::enable_shared_from_this<Connection>
std::vector<char> compressed_output;
// Header compression_header;
std::vector<boost::asio::const_buffer> output_buffer;
//Keep alive support
// Keep alive support
bool keep_alive = false;
short processed_requests = 512;
short keepalive_timeout = 5; // In seconds