Support for org.apache.hc.client5.http.config.RequestConfig's "protocolUpgradeEnabled" was introduced via this commit: https://github.com/apache/httpcomponents-client/commit/3235f009d5673536be5c668df409ac3f83808d89 The default RequestConfig constructor sets it to "false", whereas the RequestConfig$Builder sets it to "true" by default. Same is true for RequestConfig's "contentCompressionEnabled" and "hardCancellationEnabled" fields. I believe RequestConfig$Builder should initialize these fields to "false" also.
- Inconsistent default values for RequestConfig.protocolUp... jan luehe
- Re: Inconsistent default values for RequestConfig.p... jan luehe
- Re: Inconsistent default values for RequestConf... Arturo Bernal
- Re: Inconsistent default values for RequestConf... Oleg Kalnichevski
- Re: Inconsistent default values for Request... jan luehe
- Re: Inconsistent default values for Req... jan luehe
- Re: Inconsistent default values fo... Arturo Bernal
- Re: Inconsistent default value... Oleg Kalnichevski
- Re: Inconsistent default v... Oleg Kalnichevski
- What is the new way to register custom sock... jan luehe