added: generating Content-Length header when text answer is sent to the client
added: now we are able to use the html filter for the whole out_streams (when ajax is used the output is filtered too)
splitted FilterCompressSend() function -- first we are making the filtering
(after filtering we know the size of the content to send)
added: to Compress:
Compressing(const char * source, size_t source_len, BinaryPage & out_stream, int encoding);
changed: some refactoring in App
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@942 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -857,7 +857,7 @@ using namespace TemplatesFunctions;
|
||||
|
||||
|
||||
// clearing at the end of a request
|
||||
void Templates::RequestEnd()
|
||||
void Templates::ClearAfterRequest()
|
||||
{
|
||||
using namespace TemplatesFunctions;
|
||||
|
||||
|
||||
@@ -586,7 +586,7 @@ public:
|
||||
void SetSessionManager(SessionManager * psession_manager);
|
||||
|
||||
void Init();
|
||||
void RequestEnd();
|
||||
void ClearAfterRequest();
|
||||
void ReadTemplates();
|
||||
void ReadNewIndexTemplates();
|
||||
void ReadNewChangeTemplates();
|
||||
|
||||
Reference in New Issue
Block a user