We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ce62b commit 8f5bbd3Copy full SHA for 8f5bbd3
1 file changed
sdk-core/src/main/kotlin/org/dexpace/sdk/core/http/response/LoggableResponseBody.kt
@@ -97,7 +97,7 @@ public class LoggableResponseBody
97
private var closed = false
98
99
// True once the whole body fit within the cap and was drained into [captured]; the drain
100
- // path closes the source via `.use {}` in that case, so [source] can hand out repeatable
+ // path closes the source (best-effort) in that case, so [source] can hand out repeatable
101
// peek() views and close() must not double-close the delegate.
102
@Volatile
103
private var fullyCaptured = false
0 commit comments