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

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
Expected behavior: Takes only a couple of seconds
Actual behavior: Very slow file upload
Reproduces how often: Always
Versions
Linux pop-os 5.15.15-76051515-generic #202201160435~1642693824~20.04~97db1bb-Ubuntu SMP Fri Jan 21 14: x86_64 x86_64 x86_64 GNU/Linuxversion packaged
Additional Information