Skip to content

Commit

Permalink
more suppressing
Browse files Browse the repository at this point in the history
  • Loading branch information
snowp committed Oct 11, 2024
1 parent fd526f3 commit 65401e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ internal class PipeDuplexRequestBody(
override fun contentType() = contentType

@Suppress("SwallowedException")
@Suppress("EmptyCatchBlock")
override fun writeTo(sink: BufferedSink) {
// If this gets called more than once (e.g. due to an automatically injected
// interceptor), we want to ignore the second call. This is because the pipe
Expand Down

0 comments on commit 65401e9

Please sign in to comment.