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 2016/12/10 10:45:59 UTC

[jira] [Updated] (HTTPCORE-413) Expose chunked encoding chunk size as a configuration option

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

Oleg Kalnichevski updated HTTPCORE-413:
---------------------------------------
         Assignee: Oleg Kalnichevski
    Fix Version/s:     (was: 5.0)
                   5.0-alpha2

> Expose chunked encoding chunk size as a configuration option
> ------------------------------------------------------------
>
>                 Key: HTTPCORE-413
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-413
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore
>    Affects Versions: 4.4.4
>            Reporter: Robert Veitch
>            Assignee: Oleg Kalnichevski
>            Priority: Trivial
>             Fix For: 5.0-alpha2
>
>
> The chunk size to use when chunked encoding is enabled is currently hardcoded in BHttpConnectionBase.createOutputStream as 2048 bytes. It would be nice to be able to expose this configuration option for  performance testing against varying chunk sizes.
> Currently to achieve this, I would have to do the following:
> 1) Create a LoggingManagedHttpClientConnection subclass and override the createOutputStream method inherited from BHttpConnectionBase to use a configurable chunk size
> 2) Create a ManagedHttpClientConnectionFactory subclass and override/re-implement the create method to instantiate the subclass created in 1) rather than LoggingManagedHttpClientConnection.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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