Files
deb-python-eventlet/AUTHORS
Sergey Shepelev 3ba7b02dfa wsgi: UNIX socket address was trimmed in "wsgi starting" log; Thanks to Ihar Hrachyshka
For UNIX sockets, getsockname() returns a string, not a 2-tuple, that
represents the file path that is assigned to it. That's why we need a
special handling for the socket type.

https://github.com/eventlet/eventlet/issues/235
2015-06-02 20:34:13 +03:00

4.7 KiB