Skip to content

Commit

Permalink
WFHttpServerTask members made protected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Mar 7, 2024
1 parent a6d94c0 commit fa5041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/WFHttpServerTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class WFHttpServerTask : public WFServerTask<protocol::HttpRequest,
virtual void handle(int state, int error);
virtual CommMessageOut *message_out();

private:
protected:
bool req_is_alive_;
bool req_has_keep_alive_header_;
std::string req_keep_alive_;
Expand Down

0 comments on commit fa5041f

Please sign in to comment.