debug message

This commit is contained in:
lperrey
2022-08-16 20:58:48 +02:00
parent 2c6bc096cc
commit 4dc70373f8
4 changed files with 25 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
# include "cgi_utils.hpp"
# include <unistd.h>
int main (int ac, char **av, char ** env)
{
@@ -9,6 +10,8 @@ int main (int ac, char **av, char ** env)
(void)ac;
(void)av;
::sleep(30);
fill_response_basic(env, http_body, http_header);
std::cout << http_header << CRLF CRLF << http_body;