mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-07-17 14:06:32 +02:00
「🔨」 fix: fixed post request with cgi
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/11 16:11:40 by adjoly #+# #+# */
|
||||
/* Updated: 2025/05/29 12:07:43 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/05/29 12:10:21 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -136,8 +136,6 @@ void Server::_run(void) {
|
||||
case RES:
|
||||
_handle_resource(i);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user