mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
「🏗️」 wip: cgi workinggg
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/05/12 17:13:39 by adjoly #+# #+# */
|
||||
/* Updated: 2025/05/27 17:24:51 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/05/27 18:40:54 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -81,13 +81,6 @@ class ResourceManager {
|
||||
}
|
||||
}
|
||||
|
||||
static void process(void) {
|
||||
for (auto it = range(_res)) {
|
||||
(*it)->process();
|
||||
// TODO: check for event and if isProcessed() and process
|
||||
}
|
||||
}
|
||||
|
||||
protected:
|
||||
private:
|
||||
static std::vector<AClientResource *> _res;
|
||||
|
Reference in New Issue
Block a user