CondStream to trigger limit on 128KB
This commit is contained in:
@@ -92,7 +92,7 @@ class WebFrame
|
||||
var method = "GET";
|
||||
if( this.HTTP.request.isPost )
|
||||
{
|
||||
this.requestStr = new CondStream( os.tmpdir(), 2048 );
|
||||
this.requestStr = new CondStream( os.tmpdir(), 2048 * 128 );
|
||||
|
||||
this.HTTP.request.raw.addListener(
|
||||
"data" , ( x ) => _self.requestStr.write( x )
|
||||
|
Reference in New Issue
Block a user