Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0-alpha5
-
None
Description
HttpMessageParser will keep extending the size of SessionInputBuffer until the a line break has been read even if a maximum line length is set. Exceeding of the maximum line length could be detected early so the allocated buffer size does not grow to more than twice the size of the maximum line length.