Skip to content

Commit

Permalink
Merge pull request #169 from navikt/retry_eof
Browse files Browse the repository at this point in the history
retry java.io.EOFException
  • Loading branch information
kenglxn authored Jan 5, 2024
2 parents fd3d825 + 41b1388 commit 4ad6876
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AltinnClient(
javax.net.ssl.SSLHandshakeException::class.java,
java.net.SocketTimeoutException::class.java,
java.net.SocketException::class.java,
java.io.EOFException::class.java,
)
)
.build()
Expand Down

0 comments on commit 4ad6876

Please sign in to comment.