Skip to content

Can we support readTimeout for ApacheHttpClient #721

@x-iron

Description

@x-iron

seems we only support readTimeout for okhttp, Can we support readTimeout for FeignAutoConfiguration:HttpClientFeignConfiguration:httpClient?


I just noticed we actually have per-request-default options which override the httpClient-default value:

public Options() {
  this(10, TimeUnit.SECONDS, 60, TimeUnit.SECONDS, true);
}

so I can use this as a workaround, but still want the httpClient level readTimeout :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions