Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Aug 20, 2023
1 parent 83feb26 commit 368b831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ trait AsyncClient extends AsyncClientCompat with HttpClientFactory[AsyncClient]
}
.recover {
// Or if request has been failing, apply the response filter only to the last response
val response = lastResponse.map(config.responseFilter(_))zz
val response = lastResponse.map(config.responseFilter(_))
HttpClients.defaultHttpClientErrorHandler(response)
}
}
Expand Down

0 comments on commit 368b831

Please sign in to comment.