precompile on startup
This commit is contained in:
@@ -39,6 +39,7 @@ String nibble(String div, String& haystack)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void Request::invoke(String file_name)
|
||||
{
|
||||
DTree call_param;
|
||||
@@ -50,6 +51,8 @@ void Request::invoke(String file_name, DTree& call_param)
|
||||
compiler_invoke(this, file_name, call_param);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
void Request::ob_start()
|
||||
{
|
||||
ob_stack.push_back(new std::ostringstream());
|
||||
@@ -61,3 +64,4 @@ Request::~Request()
|
||||
for(auto& sockfd : resources.sockets)
|
||||
close(sockfd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user