Commit 78db1873 authored by Jimb Esser's avatar Jimb Esser Committed by Ben Noordhuis
Browse files

tls: proxy set(Timeout|NoDelay|KeepAlive) methods

- fix crash calling ClientRequest::setKeepAlive if the underlying request is
  HTTPS.
- fix discarding of callback parameter when calling ClientRequest::setTimeout on
  HTTPS requests.
- fix discarding of noDelay parameter when calling ClientRequest::setNoDelay on
  HTTPS requests.
parent 30b29d8f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment