craff / simple_httpd

A library to write web server and site
https://raffalli.eu/simple_httpd/simple_httpd
23 stars 1 forks source link

Parsing / ignoring headers #4

Open craff opened 1 year ago

craff commented 1 year ago

Currently, only official headers are taking into account and only the value of those headers (no its name) is allocated as a string. There are two possible amelioration:

Remark: header parsing and the resulting allocation has been a very big source of speed improvement and much more is possible.