Rework the prepare of response status line
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
||||
|
||||
void Prepare() override;
|
||||
|
||||
private:
|
||||
void PrepareStatusLine();
|
||||
|
||||
private:
|
||||
int status_; // Status code
|
||||
std::string reason_; // Reason phrase
|
||||
|
||||
Reference in New Issue
Block a user