Closed
Description
Jetty version(s) 11.0.1
Enhancement Description
For example, I assume that HttpClient.setRequestBufferSize()
and HttpClient.setResponseBufferSize()
refer to a value in bytes but it would be helpful for the Javadoc to state this explicitly. Alternatively, rename the parameter name from say requestBufferSize
to requestBufferSizeInBytes
.
Activity
sbordet commentedon Sep 15, 2022
Care to contribute a pull request? Against
jetty-10.0.x
, we will merge forward. Thanks!Fixes jetty#8591: Indicate units of HttpClient properties.
Fixes jetty#8591: Indicate units of HttpClient properties.
Fixes jetty#8591: Indicate units of HttpClient properties.
cowwoc commentedon Oct 18, 2022
Done
joakime commentedon Oct 18, 2022
Might want to link the PR here.
Looks like you went above and beyond with PRs for all three active branches.
We really only need
10.0.x
and we'll merge forward.cowwoc commentedon Oct 18, 2022
@joakime Here you go: #8728
Sorry for the other PRs. I'll close the extra ones.
Jetty 10 - jetty#8591: Indicate units of HttpClient properties (jetty…