Skip to content

Commit

Permalink
fix: Support longer timeouts - Inform http/tls timeout of chosen timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hemphill authored and wraithgar committed Apr 13, 2023
1 parent 12ac911 commit cc962bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class Request extends Body {
secureProtocol,
servername,
sessionIdContext,
timeout: request.timeout,
}
}
}
Expand Down

0 comments on commit cc962bc

Please sign in to comment.