ironport / shrapnel

Shrapnel is a scalable, high-performance cooperative threading library for Python.
Other
219 stars 34 forks source link

Fixed create_connection() to match the emulated one. #47

Closed sgalaburda closed 10 years ago

sgalaburda commented 11 years ago

Added source_address argument to match the create_connection() from standard Python's socket module. The argument is used by httplib standard module.