CondStream to trigger limit on 128KB
This commit is contained in:
parent
7dbbfb0342
commit
fff891bad9
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user