|
LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
|
#include "../includes/Response.hpp"#include "../includes/LocationConf.hpp"#include "../includes/CGIManager.hpp"#include "../includes/FatalExceptions.hpp"#include <sys/stat.h>#include <sys/socket.h>#include <fcntl.h>#include <dirent.h>#include <unistd.h>#include <cerrno>#include <cstring>#include <ctime>#include <sstream>#include <cctype>#include <algorithm>#include <cstdio>#include <csignal>#include <sys/wait.h>Go to the source code of this file.
Variables | |
| volatile sig_atomic_t | g_sigpipe |
| static const size_t | RESPONSE_SEND_CHUNK = 16384 |
|
static |
Definition at line 24 of file Response.cpp.