Exceeding of maximum line length limit detected late
----------------------------------------------------

                 Key: HTTPCORE-102
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-102
             Project: HttpComponents Core
          Issue Type: Bug
          Components: HttpCore NIO
    Affects Versions: 4.0-alpha5
            Reporter: Steffen Pingel


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to