factor out HTTP parsing
-----------------------

                 Key: HTTPCORE-106
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-106
             Project: HttpComponents Core
          Issue Type: Improvement
          Components: HttpCore
    Affects Versions: 4.0-alpha5
            Reporter: Roland Weber
             Fix For: 4.0-alpha6


HTTP parsing in HttpCore/main is currently implemented directly in the 
connection classes. To simplify replacing the parser, this code should be 
factored out into separate class (request/response), accessible via HttpParser 
interfaces. HttpNIO already has such interfaces.


-- 
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