ryu
ryu copied to clipboard
RYU v4.34 does not pin eventlet version.
Eventlet 0.31.0 causes runtime exception in RYU v4.34
...
./ryu/app/wsgi.py:111: in _AlreadyHandledResponse
from eventlet.wsgi import ALREADY_HANDLED
E ImportError: cannot import name 'ALREADY_HANDLED'
gunicorn has same problems: https://github.com/eventlet/eventlet/issues/702
This PR looks like a solution https://github.com/faucetsdn/ryu/pull/137
Would it be possible to merge it and release a new version soon?