LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
Loading...
Searching...
No Matches
Response.cpp File Reference
#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>
Include dependency graph for Response.cpp:

Go to the source code of this file.

Variables

volatile sig_atomic_t g_sigpipe
 
static const size_t RESPONSE_SEND_CHUNK = 16384
 

Variable Documentation

◆ g_sigpipe

volatile sig_atomic_t g_sigpipe
extern

Definition at line 19 of file main.cpp.

◆ RESPONSE_SEND_CHUNK

const size_t RESPONSE_SEND_CHUNK = 16384
static

Definition at line 24 of file Response.cpp.