fix indentation
This commit is contained in:
parent
8c16686150
commit
992458ae4b
@ -47,7 +47,7 @@ const std::string okString = "HTTP/1.0 200 OK\r\n";
|
|||||||
const std::string badRequestString = "HTTP/1.0 400 Bad Request\r\n";
|
const std::string badRequestString = "HTTP/1.0 400 Bad Request\r\n";
|
||||||
const std::string internalServerErrorString = "HTTP/1.0 500 Internal Server Error\r\n";
|
const std::string internalServerErrorString = "HTTP/1.0 500 Internal Server Error\r\n";
|
||||||
|
|
||||||
class Reply {
|
class Reply {
|
||||||
public:
|
public:
|
||||||
enum status_type {
|
enum status_type {
|
||||||
ok = 200,
|
ok = 200,
|
||||||
|
Loading…
Reference in New Issue
Block a user