Skip to content

Commit 53a63c1

Browse files
authored
Copy executionContext inside HttpRequest.newBuilder (#6350)
1 parent 16dc61c commit 53a63c1

File tree

1 file changed

+1
-0
lines changed
  • libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/http

1 file changed

+1
-0
lines changed

libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/http/Http.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ private constructor(
6262
).apply {
6363
if (body != null) body(body)
6464
addHeaders(headers)
65+
addExecutionContext(executionContext)
6566
}
6667

6768
class Builder(

0 commit comments

Comments
 (0)