mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
Some systems report UNIX socket addresses as bytes while others will report it as a unicode string type. This patch improves socket type detection code to support both. Fix #1861