extended_http_server
extended_http_server copied to clipboard
does not exit on ctrl-c
i started server with
ext_http_server -a foo:bar --cert cert.pem -p 8080
then i opened localhost:8080 with browser, chcecked that it works ok. then i hit ctrl-c it prints out "Goodbye" but does not exit.
This is a problem with the ThreadingMixIn. It occurs when there is still an unclosed connection to the server. I'm not going to look into solving the issue right away as you can solve the problem by killing the process. Thanks for filing the issue.