Closed mathieucarbou closed 2 months ago
All headers are already parsed: interesting headers allowed to cleanup parsed headers to only keep interesting ones during request processing.
Headers are anyway all cleaned after request processing.
This removal helps reduce flash size and heap usage (on vector less).
I will merge this one today: this one is not as important as the middleware one and is quite simple.
And in case you see something, we'll PR a fix.
All headers are already parsed: interesting headers allowed to cleanup parsed headers to only keep interesting ones during request processing.
Headers are anyway all cleaned after request processing.
This removal helps reduce flash size and heap usage (on vector less).