This commit is contained in:
Jarred Sumner
2025-01-08 18:29:21 -08:00
committed by GitHub
parent a733421261
commit e639d6645c

View File

@@ -1520,6 +1520,10 @@ class ClientRequest extends OutgoingMessage {
return this.#agent;
}
set agent(value) {
this.#agent = value;
}
#createStream() {
if (!this.#stream) {
var self = this;