HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer
This commit is contained in:
@@ -75,7 +75,7 @@ void Request::ClearOutputStreams()
|
||||
{
|
||||
size_t len = 0;
|
||||
|
||||
out_main_stream.Clear();
|
||||
out_main_stream.clear();
|
||||
|
||||
if( config )
|
||||
len = config->ezc_out_streams_size;
|
||||
|
Reference in New Issue
Block a user