Slow performance parsing certain Content-Type: application/x-www-form-urlencoded
headers
#2904
Milestone
Content-Type: application/x-www-form-urlencoded
headers
#2904
Slow performance has been affecting parsing headers in requests with
Content-Type: application/x-www-form-urlencoded
header, when trying to parse the form submitted.Having minimal application which parses form from request like this:
making a request with specially crafted headers like this:
would cause excessive load and making workers timeout.
The request should've been parsed without overloading the worker and extracted the form arguments as usual.
I'm planning to make a PR which should fix this issue.
Environment:
The text was updated successfully, but these errors were encountered: