ecdavis / pants

A lightweight framework for writing asynchronous network applications in Python.
http://pantspowered.org/
Apache License 2.0
167 stars 9 forks source link

SSL support #24

Closed ecdavis closed 12 years ago

ecdavis commented 12 years ago

What the title says. SSL support in core Pants.

ecdavis commented 12 years ago

Mostly done. A little bit more polish is required.

ecdavis commented 12 years ago

Once the handshake is complete the socket seems to start blocking again.

ecdavis commented 12 years ago

Everything seems to be working as intended.