Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

CryptoStream pass-through functions fix for setSocketKeepAlive #2843

Closed
wants to merge 2 commits into from

Conversation

Jimbly
Copy link

@Jimbly Jimbly commented Feb 29, 2012

Fixed crash calling ClientRequest::setSocketKeepAlive if the underlying request is HTTPS.
Fixed discarding of callback parameter when calling ClientRequest::setTimeout on HTTPS requests.
Fixed discarding of noDelay parameter when calling ClientRequest::setNoDelay on HTTPS requests.

…ng request is HTTPS.

Fixed discarding of callback parameter when calling ClientRequest::setTimeout on HTTPS requests.
Fixed discarding of noDelay parameter when calling ClientRequest::setNoDelay on HTTPS requests.
@bnoordhuis
Copy link
Member

Thanks! Can you add a regression test?

@Jimbly
Copy link
Author

Jimbly commented Mar 1, 2012

I believe I have added a regression test (never done such a thing before, but copy and pasted one that looked similar). It crashes before my change, and runs fine after.

@bnoordhuis
Copy link
Member

Looks good. I'll merge it but can you sign the CLA first?

@Jimbly
Copy link
Author

Jimbly commented Mar 2, 2012

I have now done so, thanks!

@bnoordhuis
Copy link
Member

Thanks Jimb, applied in 78db187.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants