Closed clementpoiret closed 3 weeks ago
Sorry for the regression.
Fixed by https://github.com/cirospaciari/socketify.py/commit/d73ed582d5d4b111c673051b5b8256d2d9eab70b
v0.0.30
is available now with the fix
Awesome, thanks for your reactivity 👌
There ist an similar problem in wsgi.py in line 674 "wsgi.url_scheme": "https" if self.server.options and self.server.options.cert_file_name is not None else "http"
There ist an similar problem in wsgi.py in line 674 "wsgi.url_scheme": "https" if self.server.options and self.server.options.cert_file_name is not None else "http"
looks like I will do another release today to fix it thanks for reporting
EDIT new release available
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
ASGI(app=app).listen(8080).run()
Expected behavior As in v0.0.28, everything should work.
Current behavior: