Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize dorszman's work on SSL async connection establishment #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

anall
Copy link

@anall anall commented Aug 8, 2019

This includes a test that fails without this change in place (a server that delays calling accept)

Pull request #20 failed on non-SSL connections -- they wouldn't even time out.

* verify added test passes
* fix for non-SSL connections
* make remaining tests pass
@@ -541,14 +543,112 @@ sub DESTROY {
return;
}

#Handles timeout processing for a given http reguest
#Returns 1 if timeout expipres. Calcultes next timeout_at
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typos

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

Successfully merging this pull request may close these issues.

3 participants