You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Johannes Koch (JIRA)" <ji...@apache.org> on 2009/12/14 11:32:18 UTC

[jira] Closed: (HTTPCLIENT-702) Compilation errors in DefaultResponseParser

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Koch closed HTTPCLIENT-702.
------------------------------------


> 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org