Commit 2b1d001f authored by Łukasz Nowak's avatar Łukasz Nowak

Increase payload

parent 4980fd8c
......@@ -8,7 +8,7 @@ class HTTP6Server(BaseHTTPServer.HTTPServer):
class BackendHandler(BaseHTTPServer.BaseHTTPRequestHandler):
response = 'ThisIsResponse' * 10
response = 'ThisIsResponse' * 1000
def do_GET(self):
self.send_response(200)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment