Thanks for the patch
This commit is contained in:
benoitc 2012-02-20 11:23:58 +01:00
parent cc26270783
commit be19f414ae

View File

@ -98,7 +98,7 @@ class request(object):
return 1
def size_small_random(self):
return random.randint(0, 4)
return random.randint(1, 4)
def size_random(self):
return random.randint(1, 4096)