Actions
Bug #8566
closedThe number of service signing ins does not correspond to the number of service signing outs
Start date:
11/13/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
We have this issue again, likely after considerable changes in generating verification tasks (Klever 0.2). Perhaps it was already fixed partially in branch 8149-new-progress but it seems to still exist.
Updated by Ilja Zakharov about 7 years ago
- Status changed from New to Feedback
It is balanced properly, but there are strictly two times more sign-in requests because of this:
# Get CSRF token via GET request. self.__request('users/service_signin/')
This invalid request has no data and it results in two sign-in requests on each sing-out one.
Updated by Evgeny Novikov about 7 years ago
- Status changed from Feedback to Resolved
After all the bug was fixed in branch 8149-new-progress.
Updated by Evgeny Novikov about 7 years ago
- Status changed from Resolved to Closed
I merged the branch to master in 459f75e7.
Actions