How to limit the size of headers?
lithbitren opened this issue · 1 comments
lithbitren commented
Feature Request
Motivation
Prevent Axum servers from receiving oversized headers to mitigate resource consumption and potential security risks.
Proposal
Implement a configurable header size limit in the Axum framework that rejects requests with large headers during TCP stream parsing and disconnects the connection when exceeded.