Robert Veitch created HTTPCLIENT-1694:
-----------------------------------------
Summary: Expose chunked encoding chunk size as a configuration
option
Key: HTTPCLIENT-1694
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1694
Project: HttpComponents HttpClient
Issue Type: Improvement
Components: HttpClient
Affects Versions: 4.4.1
Reporter: Robert Veitch
Priority: Trivial
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]