[
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: [email protected]
For additional commands, e-mail: [email protected]