Skip to content

Commit

Permalink
Fixes #16264 (#16266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored Jan 9, 2025
1 parent a733421 commit e639d66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/node/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,10 @@ class ClientRequest extends OutgoingMessage {
return this.#agent;
}

set agent(value) {
this.#agent = value;
}

#createStream() {
if (!this.#stream) {
var self = this;
Expand Down

0 comments on commit e639d66

Please sign in to comment.