Skip to content

Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value #32419

Closed
@KimJejun

Description

@KimJejun

Affects: 6.1.4


Hi there.

exchageTimeout default value is 5 sec.

But these two lines seem to be misleading.

/**
* Set the timeout for the HTTP exchange in milliseconds.
* <p>Default is 30 seconds.
*/
public void setExchangeTimeout(long exchangeTimeout) {

/**
* Set the timeout for the HTTP exchange.
* <p>Default is 30 seconds.
*/
public void setExchangeTimeout(Duration exchangeTimeout) {

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions