|
@ -269,7 +269,7 @@ struct Jupiter::HTTP::Server::Data |
|
|
std::chrono::milliseconds session_timeout = std::chrono::milliseconds(2000); // TODO: Config variable
|
|
|
std::chrono::milliseconds session_timeout = std::chrono::milliseconds(2000); // TODO: Config variable
|
|
|
std::chrono::milliseconds keep_alive_session_timeout = std::chrono::milliseconds(5000); // TODO: Config variable
|
|
|
std::chrono::milliseconds keep_alive_session_timeout = std::chrono::milliseconds(5000); // TODO: Config variable
|
|
|
size_t max_request_size = 1024; // TODO: Config variable
|
|
|
size_t max_request_size = 1024; // TODO: Config variable
|
|
|
bool permit_keept_alive = false; // TODO: Config variable
|
|
|
bool permit_keept_alive = true; // TODO: Config variable
|
|
|
|
|
|
|
|
|
/** Foward functions */ |
|
|
/** Foward functions */ |
|
|
void hook(const Jupiter::ReadableString &host, const Jupiter::ReadableString &path, Content *in_content); |
|
|
void hook(const Jupiter::ReadableString &host, const Jupiter::ReadableString &path, Content *in_content); |
|
|