heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 167 forks source link

Just added a small patch to make the flask_sockets.worker play nicely with gunicorn's access-logformat #36

Closed tkrajca closed 7 years ago

tkrajca commented 8 years ago

Basically, this small patch makes flask_sockets.worker work with gunicorn's access log configuration (rather than the hard-coded .log_request() and .format_request() in pywsgi.WSGIHandler).

Happy to do some polishing :)

kennethreitz commented 7 years ago

this looks nice, thanks!

kennethreitz commented 7 years ago

@tkrajca would you be interested in helping me maintain this library?

tkrajca commented 7 years ago

@kennethreitz Thanks, that sounds great!

I assume this is a fairly low maintenance repo. Anything I need to know to get started?