vmbench
vmbench copied to clipboard
Bug fixing
http_client
- Original code doesn't allow to set concurency=1.
- There was division by zero problem in lua script.
- In some situations lua script returns 'nan' in json and python json parser can't handle it.
asyncio_http_server.py
- Original on_url() can't handle url in real world situations (when read() returns part of http request)