After adding a new KVM parameter, RAPI queries related to KVM have become
too big, so we need to increase this.

Signed-off-by: Michele Tartara <[email protected]>
---
 lib/http/server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/http/server.py b/lib/http/server.py
index 574ddc9..b6f0504 100644
--- a/lib/http/server.py
+++ b/lib/http/server.py
@@ -159,7 +159,7 @@ class 
_HttpClientToServerMessageReader(http.HttpMessageReader):
 
   """
   # Length limits
-  START_LINE_LENGTH_MAX = 4096
+  START_LINE_LENGTH_MAX = 8192
   HEADER_LENGTH_MAX = 4096
 
   def ParseStartLine(self, start_line):
-- 
1.8.3

Reply via email to