Skip to content

Commit

Permalink
pass "agent" through proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Jan 17, 2025
1 parent 744a9f9 commit 70c1e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/core/core-http-compat/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export function toWebResourceLike(
"onUploadProgress",
"proxySettings",
"streamResponseStatusCodes",
"agent",
];

if (typeof prop === "string" && passThroughProps.includes(prop)) {
Expand Down

0 comments on commit 70c1e53

Please sign in to comment.