API does not shutdown when the user visits /shutdown.html
Bug #886941 reported by
aj00200
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Anonplus |
Fix Released
|
Low
|
pharno |
Bug Description
The XMLRPC API continues to wait for a request even after the shutdown processes are run. The program blocks on the API loop.
This can be fixed by having the web server use the API.
Version: 0.0.0b0pre0
Build #: 2
Steps to reproduce this bug:
1) Start Anon+
2) Visit /shutdown.html
Anon+ should exit at this point but the API continues to wait for one last request.
tags: | added: api |
Changed in anonplus: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Pharno is working on this by creating the new API which we can then use to replace the current web UI.