aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-20 01:05:05 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-20 01:19:57 +0100
commit43be8d95f681c8240847b4f69a524a0ab20d5c83 (patch)
treea4e45ad7784219fe5a43a2feae572827735a619e /server.c
parentb0accd099fa8c5110d4c3c68830ad6fd810ca3ec (diff)
http.c: Solve performance issues on POST uploads
Profiling showed that reading multipart/form POST uploads byte-by-byte was too slow and typically led to maximum CPU usage. Therefore, the older approach (as done up to commit 7efc2b3a) was more efficient, even if the resulting code was a bit uglier.
Diffstat (limited to 'server.c')
0 files changed, 0 insertions, 0 deletions