Refine HTTP request and response.

This commit is contained in:
Adam Gu
2018-07-10 11:02:49 +08:00
parent 88511caff6
commit cbf3efbcba
16 changed files with 116 additions and 138 deletions
+2
View File
@@ -17,6 +17,8 @@ namespace webcc {
// -----------------------------------------------------------------------------
// Constants
const char* const CRLF = "\r\n";
// Default buffer size for socket reading.
const std::size_t kBufferSize = 1024;