Apache + mod_wsgi + flask app: “Unable to get bucket brigade for request” error in logs
问题 I have a apache2/mod_wsgi/flask/python2.7 app. Sometimes such line appears in log file: Partial results are valid but processing is incomplete: [client 45.132.96.124:34500] mod_wsgi (pid=13920): Unable to get bucket brigade for request., referer: https://my-site.com/some_url/ What is "bucket brigade" and what this error actually means? Is it apache error or wsgi server error? What does lead to this error? If this is some unhandled exception - how to handle it and where? Thanks in advance. 回答1