### The Bug Cheroot accepts `Content-Length` headers with digit-separating `_` characters. ### Suggested Fix Respond 400 to any message with a `Content-Length` value that does not match the regex `[0-9]+`.
The Bug
Cheroot accepts
Content-Lengthheaders with digit-separating_characters.Suggested Fix
Respond 400 to any message with a
Content-Lengthvalue that does not match the regex[0-9]+.