Prerequisites
Description
I made a simple http server example which works fine, except when uploading rather "larger" files.
Also get_arg is really slow (request.get_arg("file_name"));
See below for performance I get from Orbit profiler
Steps to Reproduce
- Create simple httpserver
- Upload "larger" file ( +20MB ) could be more/less
Expected behavior: Takes only a couple of seconds
Actual behavior: Very slow file upload
Reproduces how often: Always
Versions
Additional Information
