Skip to content

Conversation

@philiptzou
Copy link
Contributor

This is basically a replication of #9, which issued 3 years ago but never get merged. I rebased the old revisions onto latest superlance and did some PEP8 fix, that's all.

The reason I want to help it being merged is that I ran into the same problem ('NoneType' object has no attribute 'settimeout'). At the beginning I thought to fix it by my own but soon I found someone already did it in #9.

This time just try to fix the 'NoneType' object has no attribute 'settimeout' problem when using TimeoutHTTPSConnection.

@mnaberez
Copy link
Member

The reason I want to help it being merged is that I ran into the same problem ('NoneType' object has no attribute 'settimeout')

This PR is mixing a lot of unrelated changes (an SSL fix, new features, and PEP8 style changes). If you want to submit a focused PR that just fixes settimeout, I'll merge it. It looks like there was unfinished discussion in 2014 on the new features introduced in #9.

@philiptzou
Copy link
Contributor Author

@mnaberez ok, I'll try to separate the settimeout fix out.

@philiptzou philiptzou force-pushed the pull-request-https-timeout branch from a762f9e to 51a7e34 Compare August 23, 2015 23:45
@philiptzou philiptzou changed the title TimeoutHTTPSConnection fixes, extended option -c TimeoutHTTPSConnection fixes Aug 23, 2015
@philiptzou
Copy link
Contributor Author

@mnaberez the settimeout fix has been separated.

mnaberez added a commit that referenced this pull request Aug 23, 2015
@mnaberez mnaberez merged commit cd19fca into Supervisor:master Aug 23, 2015
@mnaberez
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants