Multiples minors changes (cgi env, comment, ...)
This commit is contained in:
@@ -105,15 +105,15 @@ class Client
|
||||
void _parse_chunked_body(size_t pos);
|
||||
void _parse_multipart_body(size_t pos);
|
||||
void _check_request_errors();
|
||||
|
||||
ServerConfig*
|
||||
_determine_process_server(Client *client, std::vector<ServerConfig> &servers);
|
||||
const LocationConfig*
|
||||
_determine_location(const ServerConfig &server, const std::string &path);
|
||||
};
|
||||
|
||||
bool operator==(const Client& lhs, const Client& rhs);
|
||||
bool operator==(const Client& lhs, int fd);
|
||||
bool operator==(int fd, const Client& rhs);
|
||||
|
||||
// Temporary Global Scope. Probably move to Client in the future.
|
||||
ServerConfig *_determine_process_server(Client *client, std::vector<ServerConfig> &servers);
|
||||
const LocationConfig *_determine_location(const ServerConfig &server, const std::string &path);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user