Compilation errors in DefaultResponseParser
-------------------------------------------

                 Key: HTTPCLIENT-702
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-702
             Project: HttpComponents HttpClient
          Issue Type: Bug
            Reporter: Johannes Koch


I have two compilation errors in o.a.h.impl.conn.DefaultResponseParser:

1. in 
  protected HttpMessage parseHead(
      final SessionInputBuffer sessionBuffer) throws IOException, HttpException:

            if (lineParser.hasProtocolVersion(this.lineBuf, 0)) {

The method hasProtocolVersion(CharArrayBuffer, ParserCursor) in the type 
LineParser is not applicable for the arguments (CharArrayBuffer, int)


2. in
  protected HttpMessage parseHead(
      final SessionInputBuffer sessionBuffer) throws IOException, HttpException:

        StatusLine statusline = lineParser.parseStatusLine(this.lineBuf, 0, 
this.lineBuf.length());

The method parseStatusLine(CharArrayBuffer, ParserCursor) in the type 
LineParser is not applicable for the arguments (CharArrayBuffer, int, int)

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