Details
Description
I'm using Hue from a reverse proxy and I'm intermittently getting blank results or missing page assets due to 408 responses.
Patching desktop/core/src/desktop/lib/wsgiserver.py with the following CherryPy change seems to resolve this issue:
https://bitbucket.org/cherrypy/cherrypy/issue/940/408-timeout-fix-for-ticket-847-needs
I'm running Hue 3.7.0 that is packaged with CDH5.3.2. As of this writing, the latest Hue commit on master (8be4139) is still susceptible to this issue.