reduce httppipeline depth

This commit is contained in:
UbitUmarov
2020-04-06 16:53:28 +01:00
parent 3989dbac31
commit 29f59fe407
4 changed files with 32 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ namespace OSHttpServer
int contextID {get;}
int TimeoutKeepAlive {get; set; }
int MAXRequests{get; set; }
int MaxPipeRequests{get; set; }
bool CanSend();
bool IsSending();