Skip to content

Commit

Permalink
Fix for new OkHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Jun 21, 2024
1 parent 5b2a38b commit 8304ea7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class HttpLoggingInterceptor @JvmOverloads constructor(private val logger: Logge
logger.log("")
logger.log(buffer?.clone()?.readString((charset)!!))
}
endMessage += " (" + buffer?.size() + "-byte body)"
endMessage += " (" + buffer?.size + "-byte body)"
}
logger.log(endMessage)
}
Expand Down

0 comments on commit 8304ea7

Please sign in to comment.