Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not exit on ctrl-c #1

Open
Fak3 opened this issue Aug 26, 2012 · 1 comment
Open

does not exit on ctrl-c #1

Fak3 opened this issue Aug 26, 2012 · 1 comment

Comments

@Fak3
Copy link

Fak3 commented Aug 26, 2012

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.

@bboe
Copy link
Owner

bboe commented Aug 26, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants