Skip to content

Commit

Permalink
Copy executionContext inside HttpRequest.newBuilder (#6350)
Browse files Browse the repository at this point in the history
  • Loading branch information
varahash authored Jan 13, 2025
1 parent 16dc61c commit 53a63c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private constructor(
).apply {
if (body != null) body(body)
addHeaders(headers)
addExecutionContext(executionContext)
}

class Builder(
Expand Down

0 comments on commit 53a63c1

Please sign in to comment.