You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogbookExchangeFilterFunction logs expection if is used with a non default ClientHttpConnector
Expected Behavior
Not show any exception
Actual Behavior
Logger shows an exception that depends on the type of the ClientHttpConnector:
reactor.core.Exceptions$ErrorCallbackNotImplemented: java.lang.IllegalStateException: The client response body can only be consumed once.
Caused by: java.lang.IllegalStateException: The client response body can only be consumed once.
In order to prioritize the support for Logbook, we would like to check whether the old issues are still relevant.
This issue has not been updated for over six months.
Please check if it is still relevant in latest version of the Logbook.
If so, please add a descriptive comment to keep the issue open.
Otherwise, the issue will automatically be closed after a week.
Description
LogbookExchangeFilterFunction
logs expection if is used with a non defaultClientHttpConnector
Expected Behavior
Not show any exception
Actual Behavior
Logger shows an exception that depends on the type of the
ClientHttpConnector
:Possible Fix
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: