We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When tornado worker processes receive SIGHUP, extra "Server" response header is appended. For example:
(start process) $ curl -D - http://127.0.0.1:8080/foo HTTP/1.1 200 OK ... Server: TornadoServer/4.2 (Gunicorn/19.4.5) ... (send SIGHUP to gunicorn master process) $ curl -D - http://127.0.0.1:8080/foo HTTP/1.1 200 OK ... Server: TornadoServer/4.2 (Gunicorn/19.4.5) (Gunicorn/19.4.5) ...
The text was updated successfully, but these errors were encountered:
How do you launch the server?
Sorry, something went wrong.
66546d6
fix benoitc#1246
9fa2dbd
Successfully merging a pull request may close this issue.
When tornado worker processes receive SIGHUP, extra "Server" response header is appended.
For example:
The text was updated successfully, but these errors were encountered: