You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2013/01/18 11:56:13 UTC

[jira] [Resolved] (HTTPCORE-330) Clarify InputStreamEntity length constructor argument

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

Oleg Kalnichevski resolved HTTPCORE-330.
----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.2.4)

Patch committed to SVN trunk. Many thanks, John, for contributing it.

Oleg
                
> Clarify InputStreamEntity length constructor argument
> -----------------------------------------------------
>
>                 Key: HTTPCORE-330
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-330
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: Documentation, HttpCore
>    Affects Versions: 4.2.3
>            Reporter: John McCarthy
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 4.3-alpha2
>
>         Attachments: httpcore - InputStreamEntity unknown length.patch
>
>
> When creating an InputStreamEntity, content length may not be known.  (Also, it may be desired to create an entity that will be read until fully consumed without specifying a content length.)  From what I see in the writeTo() method source, you may specify a number less than zero for the length parameter in the constructor if the length is not known.  Please clarify this in the javadoc.  Also, because is length is optional, perhaps corresponding constructors should be added that don't require this parameter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org